.blueGender {
    width: fit-content;
    padding: 0.4rem 0.7rem;
    margin-bottom: .3rem;
    color: #fff;
    border-radius: 4rem;
    background-color: #2961B8;
}

.blueGender.WOMENS{
    background-color: #8107f5;
}

.blueGender.MENS{
    background-color: #2961B8;
}

.cardInfoTec {
 display:none
}

.cardInfoTec.show {
display: block;
    border: 1px solid #cecece;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px #00000029;
    background: #fff;
    max-width: 23rem;
    text-align: left;
    max-height: fit-content;
    overflow: auto;
    position: absolute;
    left: -23rem;
}
.flex-direction-nav .flex-nav-prev .flex-prev,
.flex-direction-nav .flex-nav-next .flex-next
 {
    color: transparent;
}

/* .account-header {
                    display: flex;
                    justify-content: center;
    font-family: 'asics30-regular';
cursor: pointer;
} */
/* .account-header .right {
    display: flex;
    align-items: center;
    height: 100%;
       position: absolute;
} */

.account-header .right .content-account-menu::after {
    content: "⌵";
    position: relative;
    left: 7px;
    bottom: 2px;
    color: rgb(55, 57, 53);
    font-weight: bold;
    transition-duration: 0.5s;
}

.account-header a:not([href]):not([tabindex])  {
color: black;

}

.account-header .right  .icon-header-account div img {
	vertical-align: middle;
}

 .account-header #accountHeader {
    background: #fff;
    position: absolute;
    right: 0;
    top: 8vh;
    padding: 15px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 1px 4px 6px rgba(136, 136, 136, 0.5019607843);
    text-align: left;
}

 .account-header #accountHeader ul {
    padding: 0;
}

 .account-header #accountHeader ul li {
 	color: black;
    list-style: none;
    line-height: 1;
    padding: 7px 0;
    cursor: pointer;
}

 .account-header .collapse.show ul li a {
    color: black;
}

 #accountHeader.collapse.show {
                        background: #fff;
                        position: fixed;
                        right: auto;
                        top: 8vh;
                        padding: 15px 25px;
                        border-bottom-left-radius: 15px;
                        border-bottom-right-radius: 15px;
                        box-shadow: 1px 4px 6px rgba(136, 136, 136, 0.5019607843);
                        text-align: left;
                    }

/* AVALIAÇÃO */

.avaliation {
    margin: 0 auto;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
    box-shadow: 0px 3px 6px #00000029;
}

.btnKnow button.focus {
    border-width: 2px;
    box-shadow: 0 3px 6px #00000029;
}

.btnKnow button.focus::after{
    animation: btnKnow 2s;
}

@keyframes btnKnow {
    0% {transform: scale(0.5);}
    100% {transform: scale(1);}
}


.h3Avaliation {
    text-align: center;
}

.contentStar, .contentNewStar {
    display: flex;
    justify-content: center;
}

.titleAvaliation {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.contentStar img, .contentNewStar img {
    width: 3rem;
    cursor: pointer;
    margin: 0 0.5rem;
    transform: rotateY(0deg);
    transition-duration: 1s;
}

.contentStar img.imgRotate, .contentNewStar img.imgRotate {
    transform: rotateY(180deg);
    transition-duration: 1s;
}

.textAvaliation {
    margin-top: 2rem;
    display: grid;
    justify-content: center;
}

.btnAvaliation {
    margin-top: 1rem;
    float: right;
}

.btnAvaliation button {
    cursor: pointer;
    border: none;
    background: #001e62;
    color: #fff;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-weight: bolder;
    border-radius: 6rem;
    box-shadow: 0 3px 6px #00000029;
}

.btnAvaliation button:focus {
    outline: none;
}

/* MARCA D'ÁGUA */

.waterMark {
    position: absolute;
    width: 100%;
    display: none;
    justify-content: space-around;
    opacity: 0.2;
}

.waterMark.one{       
    top: 10%;
}
.waterMark.two{
    top: 30%;
}
.waterMark.three{
    top: 50%;
}
.waterMark.four{
    top: 70%;
}
.waterMark.five{
    top: 90%;
}

.waterMark::after {
    content: '';
    position: absolute;
    height: 1px;
    top: 50%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    left: 0;
}

.waterMark span {
    background: #fff;
    padding: 0 5px;
    z-index: 2;
    font-size: 1rem;
}

.blueThumbProduct .waterMark span {
    font-size: 0.8rem;
    background: #fff;
    padding: 0 5px;
    z-index: 2;
}

.blueThumbProduct .waterMark.one{       
    top: 10%;
}
.blueThumbProduct .waterMark.two{
    top:40%;
}
.blueThumbProduct .waterMark.three{
    top: 80%;
}
.blueThumbProduct .waterMark.four,
.blueThumbProduct .waterMark.five {
    display: none;
}

.fourImg {
    position: relative;
}

.fourImg .contentWaterMark {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/*  MARCA D'ÁGUA  */

.inputTerms {
    font-size: 0.8rem;
    text-align: left;
    background: #001e62;
    color: #fff;
    border-radius: 12px;
    padding: 10px 15px;
    box-shadow: 0 3px 6px #00000029;
}

.inputTerms label {
    margin: 0;
}

.cursorPointer {
    cursor: pointer;
}

#modalPacks .modal-dialog {
    max-width: unset;
    width: 80%;
}

#modalPacks img {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 4rem;
}

.fullCatalog {
    padding-left: 3vw;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 2rem;
}

.blueFullThumbsCat {
    width: 100%;
    border-radius: 35px;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 3px 6px #00000029;
    max-height: 10rem;
}

.descFullCat {
    text-align: center;
    font-family: 'asics30-regular';
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.descFullCat .fullChannel {
    font-family: 'asics30-italic';
}

#orders #dropdown-orders-pe 
{
    padding-bottom: 2rem;
}

#orders .btnOrder,
#orders .btnOrder.btn-pe.active
{
    display: inline-flex;
    align-items: center;
}

#orders #dropdown-orders-pe label
{
    padding-bottom: 0.1rem;
}

.btnCollapsePe
{
    position: relative;
    padding: 0.3rem 0 0 1.7rem;
    background-color: #444444;
}

.btnCollapsePe::after
{
    content: "⌵";
    color: #737373;
    font-weight: bold;
    transform: rotate(0deg);
    transition-duration: 0.5s;
    margin-left: 0.3rem;
    position: relative;
    bottom: 1px;
}

.btnCollapsePe a
{
    font-size: 0.6rem;
}

.btn-orderColection-pe button
{
    cursor: pointer;
    margin-top: 1rem;   
}

#serachGroup {
    width: fit-content;
    margin-bottom: 1rem;
    border-radius: 15px;
}
/* SS23 */

#supply {
    padding: 10px 20px 20px 100px;
}

.supply#myChart,
.supply#container {
    height: 350px;
}

.container-mkps {
    height: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    bottom: 0;
    background: #fff;
}

.container-mkps.show {

}

.close-mkps {
    cursor: pointer;
    top: 0px;
    margin-bottom: 5px;
    position: relative;
    float: right;
    font-family: 'asics30-bold';
    background: #fff;
    color: gray;
    font-size: 15px;
    border: 1px solid gray;
    border-radius: 2rem;
    padding: 2px 10px;
    width: fit-content;
}

.img-mkps {
    background: #fff;
}

.img-mkps img {
    height: 100%;
}

.access-ipad {
    display: none;
}
/* SS23 */


.blue-border-Compartilhado {
    border-left: 3px solid #737373;
}

.blue-border-Editando {
    border-left: 3px solid #001B55;
}

.blue-border-Pedido {
    border-left: 3px solid #001B55;
}

.blue-border-Rascunho {
    border-left: 3px solid #d0df00;
}

.blue-border-Integrado {
    border-left: 3px solid green;
}

.blue-border-ErroIntegracao,
.blue-border-Erro {
    border-left: 3px solid red;
}

/* INATIVIDADE */

.inactive {
    display: none;
    position: absolute;
    background: #fff;
    font-weight: bold;
    top: -56px;
    height: 50px;
    width: max-content;
    right: 0;
    box-shadow: 0px 3px 6px #00000029;
    align-items: center;
    padding: 10px 15px;
    border-radius: 15px;
}

.inactive.on {
    display: flex;
}

.blueHelp.on img {
    animation: blueHelpOn 2s;
}

@keyframes blueHelpOn {
    0% {transform: rotate(7deg);}
    10% {transform: rotate(-7deg);}
    20% {transform: rotate(7deg);}
    30% {transform: rotate(-7deg);}
    40% {transform: rotate(7deg);}
    50% {transform: rotate(-7deg);}
    60% {transform: rotate(5deg);}
    70% {transform: rotate(-5deg);}
    80% {transform: rotate(3deg);}
    90% {transform: rotate(-3deg);}
    100% {transform: rotate(0deg);}
}

/* INATIVIDADE */

/* SUGESTÃO TUTORIAL */

.suggestion{
    margin: 15px 0;
}

#suggestion {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 7px;
    display: inline-flex;
}

.box-suggestion {
    width: 130px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.img-suggestion {    
    width: 100%;
    margin-bottom: 7px;
}

.text-suggestion {
    font-size: 14px;
    white-space: initial;
}

/* SCROLL */
html body .containerBlueHelp .suggestion ::-webkit-scrollbar,
html body .containerBlueHelp .suggestion ::-webkit-scrollbar-thumb,
html body .containerBlueHelp .suggestion ::-webkit-scrollbar-thumbr {
    background: #001B64;
    height: 7px !important;
    width: 7px !important;
}

html body .containerBlueHelp .suggestion ::-webkit-scrollbar-track{
    background: rgb(227, 225, 225);
}

/* SUGESTÃO TUTORIAL */

/* ANIMAÇÃO CARRINHO */

.cart.qnt-cart a span.cart-change  {    
    animation: cartChange 1.2s;
}
.cartPe.qnt-cart a span.cart-change {
    animation: cartPeChange 1.2s;
}

@keyframes cartChange {
    0% {transform: scale(0.6);}
    25% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
}

@keyframes cartPeChange {
    0% {transform: scale(0.6);}
    25% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
}

/* ANIMAÇÃO CARRINHO */

.modalOptions {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modalOptions.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close-options {
    background: #000;
    position: absolute;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-dialog-options {
    width: 55rem;
    max-width: 95vw;
    min-height: 30rem;
    padding: 30px 40px;
    background: #fff;
    position: relative;
    z-index: 99;
    border-radius: 22px;
}

.modal-content-options {
    min-height: 35px;
}

#modalOptions .blue-link-options {
    background-color: #001b55 !important;
    border: 2px solid #001b55;
    min-width: 30%;
    padding: 5px;
    border-radius: 38px;
    color: #fff !important;
    cursor: pointer;
}

#modalOptions .blue-link-options.btn-not-duplicate {
    opacity: 0.5;
}

.links-options {
    display: flex;
    justify-content: space-between;
}

.links-options.around {
    justify-content: space-around;
}

.blue-link-options span {
    margin-left: 5px;
}

.mt-options {
    margin-top: 20px;
}

.blue-info-options {
    display: flex;
    justify-content: space-around;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
    margin: 25px 0;
}

.blue-hr-options {
    margin: 50px 0;
}

#catalog .carousel-indicators {
    bottom: -1px;
}

.modal-body-options {
    position: relative;
    left: 0;
    transition-duration: 0.5s;
}

.modal-body-duplicate {
    height: 0;
    left: 100vw;
    opacity: 0;
    transition-duration: 0.5s;
}

.modal-body-duplicate.modal-body-show {
    position: relative;
    height: fit-content;
    left: 0;
    opacity: 1;
    transition-duration: 0.5s;
}

.modal-body-options.modal-body-hide {
    position: absolute;
    left: -100vw;
    opacity: 0;
    transition-duration: 0.5s;
}

.modal-body-options.animation {
    animation-name: orderOption;
    animation-duration: 0.5s;
}

@keyframes orderOption {
    0% {left: 200px; opacity: 0;}
    25% {left: 0px; opacity: 0.25;}
    50% {left: 50px; opacity: 0.50;}
    100% {left: 0px; opacity: 1;}
}

.blue-options-help {
    display: flex;
    justify-content: center;
}

.blue-help-options {
    background: #fff;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 38px;
    padding: 5px 15px;
}

#orders table tr td a.details-toggle {
    float: unset;
}

.blue-border-Compartilhado {
    border-left: 3px solid #737373;
}

.blue-border-Editando {
    border-left: 3px solid #001B55;
}

.blue-border-Pedido {
    border-left: 3px solid #001B55;
}

.blue-border-Rascunho {
    border-left: 3px solid #d0df00;
}

.blue-border-Integrado {
    border-left: 3px solid green;
}

.blue-border-ErroIntegracao,
.blue-border-Erro {
    border-left: 3px solid red;
}

.modal-dialog-options.Compartilhado {
    border-top: 10px solid #737373;
}

.modal-dialog-options.Editando {
    border-top: 10px solid #001B55;
}

.modal-dialog-options.Finalizado {
    border-top: 10px solid #f8485e;
}

.modal-dialog-options.Rascunho {
    border-top: 10px solid #d0df00;
}

.modal-dialog-options.Integrado {
    border-top: 10px solid green;
}

.modal-dialog-options.ErroIntegracao,
.modal-dialog-options.Erro {
    border-top: 10px solid red;
}

.links-options.excel {
    margin-top: 15px;
    display: flex;
    justify-content: end;
    width: 100%;
}

.blue-collapse-duplicate {
    height: 300px;
    overflow: auto;
    box-shadow: 0px 0px 8px #00000040;
    border-radius: 18px;
    padding: 20px 25px;
    margin-bottom: 10px;
}

.blue-dropdown-duplicate {
    box-shadow: 0px 0px 8px #00000040;
    border-radius: 28px;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.duplicate-search {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.duplicate-search input {
    width: 100%;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 5px 40px 5px 10px;
}

.duplicate-search img {
    position: absolute;
    height: 60%;
    right: 10px;
}

.blue-back-duplicate {
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

#catalog .carousel-indicators {
    bottom: -1px;
}

/* ////////////////////////////////////// previous central  ///////////////////////////////////////// */

#previousCentral {
    font-size: 1rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    word-break: break-all;
    font-family: 'asics30-regular';
}

#previousCentral .filter-ctd {
    padding: 12px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

#previousCentral .filter-ctd .text-filter-ctd {
    padding: 20px 0;
    text-align: center;
    font-family: 'asics30-bold';
}

#previousCentral .filter-ctd input {
    width: 100%;
}

#previousCentral .select-ctd select{
    width: 100%;
    margin-top: 5px;
    padding: 5px 5px;
    border-radius: 20px;
}

#previousCentral .select-ctd span {
    font-family: 'asics30-bold';
}

#previousCentral .box-select-ctd {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 20px;
}

#previousCentral .submit-ctd {
    text-align: right;
    margin-top: 10px;
}

#previousCentral .submit-ctd input {
    width: fit-content;
    background: unset;
    padding: 2px 40px;
    border-radius: 17px;
    font-family: 'asics30-regular';
    line-height: 1;
    border: 1px solid #000;
}

#previousCentral .submit-ctd input {
    cursor: pointer;
}

#previousCentral .box-balance {
    display: grid;
    padding: 5px 7px;
    min-height: 8rem;
    margin-top: 10px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #000;
}
#previousCentral .box-balance.orange {
    border: 2px solid #FE912A;
}
#previousCentral .box-balance.green {
    border: 2px solid #48E386;
}
#previousCentral .box-balance.red {
    border: 2px solid #DF2938;
}

#previousCentral .text-balance {
    min-height: 3rem;
    font-family: 'asics30-bold';
}

#previousCentral .value-balance {
    font-family: 'asics30-bold';
    border-bottom: 2px solid #000;
    height: fit-content;
}

#previousCentral .link-balance {
    text-align: center;
}

#previousCentral .link-balance a {
    font-family: 'asics30-bold';
}

#previousCentral .title-balance {
    font-family: 'asics30-bold';
}

#previousCentral .cont-box-balance {
    display: flex;
    align-items: center;
}

#previousCentral .released {
    padding: 12px 10px;
    border-radius: 20px;
    margin-top: 2rem !important;
    border: 2px solid #000;
}

#previousCentral .box-released {
    border: 2px solid #FFCA5A;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-family: 'asics30-bold';
}

#previousCentral .box-released.blue {
    border: 2px solid #2D96B3;
}

#previousCentral .box-released.black {
    border: 2px solid #000000;
}

#previousCentral .text-released {
    font-size: 1rem;
    min-height: 3rem;
}

#previousCentral .value-released {
    margin-top: 5px;
    font-size: 1.4rem;
}

#previousCentral .link-released {
    margin-top: 12px;
    text-align: center;
}

#previousCentral .link-released a {
    font-family: 'asics30-bold';
}

.link-general {
    margin-top: 2rem;
}

.link-general a {
    border: 2px solid #000000;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'asics30-bold';
}

/* ////////////////////////////////////// end previous central  ///////////////////////////////////////// */

/* //////////////////////////////////////     scroll        ///////////////////////////////////////// */

.scrollIndice ::-webkit-scrollbar,
.aw20-descPad-mobile ::-webkit-scrollbar,
.select2-results ::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.scrollIndice ::-webkit-scrollbar-track,
.aw20-descPad-mobile ::-webkit-scrollbar-track,
.select2-results ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.select2-results ::-webkit-scrollbar-thumb,
.aw20-descPad-mobile ::-webkit-scrollbar-thumb,
.scrollIndice ::-webkit-scrollbar-thumb {
    background: #959292;
    height: 10px;
}

.scrollIndice ::-webkit-scrollbar-thumb:hover,
.aw20-descPad-mobile ::-webkit-scrollbar-thumb:hover,
.select2-results ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-asics ::-webkit-scrollbar,
html ::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.scroll-asics ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
    background: #f1f1f1;
    opacity: 0.5;
    
}

.scroll-asics ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #707070;
    height: 10px;
}

.scroll-asics ::-webkit-scrollbar-thumb:hover,
html ::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

 ::-webkit-scrollbar,
header  ::-webkit-scrollbar {
    height: 0px;
    width: 0px;
}

header  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    height: 0px;
}

/* //////////////////////////////////////     end-scroll        ///////////////////////////////////////// */

#preview-controller .previewDropdown {
    background: #ffffff;
    padding: 20px;
    width: fit-content;
}

#preview-controller .previewDropdown div {
    width: fit-content;
    padding: 5px 30px;
    margin-bottom: 1rem;
}
/* catalog foot */

#catalogs .blueThumbsCat {
    width: 100%;
    border-radius: 10px !important;
    height: auto;
}

#catalogs strong {
    line-height: 1;;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'asics30-boldItalic';
}

.blueTextThumbSps {
    position: absolute;
    bottom: -13px;
    background: #E4E5F3;
    padding: 0.2rem 0.8rem;
    color: #485CC7;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.blueTextThumbBf {
    position: absolute;
    bottom: -13px;
    background: #FAF8DD;
    padding: 0.2rem 0.8rem;
    color: #001652;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

#catalogs .blueMBthumbs {
    margin-bottom: 1rem;
}

#catalogs .blueMBthumbs.sps {
    margin: 0 auto;
    margin-bottom: 1.7rem;
}
/* end catalog foot */

.controller-search {
    position: relative;
    display: flex;
    align-items: center;
}

.controller-search input {
    width: 100%;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 5px 40px 5px 10px;
}

.controller-search input:focus {
    outline: none;
}

.controller-search img {
    position: absolute;
    height: 60%;
    right: 10px;
}

main .blueMob {
    display: none;
}

.order-opacity {
    opacity: 0.5;
}

.modal-dialog.modal-politic-confirm {
    max-width: 90vw;
    margin: 7rem auto;
    height: 75vh;
}

.modal-dialog.modal-politic-confirm .modal-content,
.modal-dialog.modal-politic-confirm iframe {
    height: 100%;
}

.blue-cursor-pointer {
    cursor: pointer;
}

#downMkt .mktCards img {
    margin:  0 auto;
}

.search-prod-div {
    width: fit-content;
    float: right;
    position: relative;
}

.search-prod-div button {
    padding: 0;
    line-height: 26px;
    height: 100%;
    width: 31px;
    position: absolute;
    top: 0;
    right: 10px;
    background: url(/images/ss21/icon-search.png) no-repeat center;
    background-size: 60%;
    border: none;
}

.search-prod-div button:focus {
    outline: none;
}

.search-prod {
    border-radius: 2rem;
    padding: 3px 25px;
    font-size: 12px;
    border: 0.12rem solid #001e62;
}

.foot-exclusive {
    margin-top: 0.5rem;
    color: #000000;
    font-family: 'asics30-bolditalic';
    font-size: 20px;
    width: fit-content;
    padding-left: 26px;
}

/* //////////////////////////////////////     Modal      //////////////////////////////////// */

.modal-header .close {
    font-family: 'asics30-bold';
    background: #fff;
    color: gray;
    margin-right: 0rem !important;
    border: 1px solid gray;
    border-radius: 2rem;
    padding: 0.1rem 0.7rem !important;
    position: relative;
    top: 1rem;
    width: fit-content;
    float: right;
    line-height: 1;
}

.modal-header .close span {
    font-family: 'asics30-bold';
    font-size: 1.1rem;
}

main .modal-header {
    border-bottom: none;
}

main .modal-content {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0px 12px 14px #00000029;
}


/* //////////////////////////////////////     End modal      //////////////////////////////////// */

/******************* START PREVIEW-CONTROLLER *******************/

.blueBtnController {
    margin: 1.2rem 0;
    display: flex;
    justify-content: space-around;
}

.blueBtnController .PreviewLoading img {
    width: fit-content;
    margin: 0 auto;
    height: 100%;
}

.btnController {
    width: 19%;
}

.btnController div {
    cursor: pointer;
    background: #fff;
    color: #00203B;
    text-align: center;
    padding: 0.2rem 0;
    border-radius: 2rem;
    box-shadow: 0px 0px 8px #00000040;
}

.btnController.active div {
    color: #fff;
    background: #00203B;
}

.blueSelectOption {
    margin-bottom: 1rem;
}

.blueSelectOption div {
    min-height: 5.5rem;
    padding: 0.5rem;
    display: grid;
    text-align: center;
    align-items: center;
    border-radius: 1rem;
    font-family: 'asics30-bold';
    box-shadow: 0px 0px 8px #00000040;
}

.blueSelectOption div.blue {
    border: 2px solid #2D96B3;
}
.blueSelectOption div.black {
    border: 2px solid #000000;
}
.blueSelectOption div.yellow {
    border: 2px solid #FFCA5A;
}
.blueSelectOption div.red {
    border: 2px solid #DF2938;
}
.blueSelectOption div.orange {
    border: 2px solid #FE912A;   
}
.blueSelectOption div.green {
    border: 2px solid #48E386;
}

.blueTitlePreview {
    margin: 20px auto;
    text-align: center;
}

.blueTitlePreview h2 {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.blueTitlePreview h2::before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.blueTitlePreview h2 span {
    font-family: 'asics30-bold';
    color: #001B55;
    background: #fff;
    padding: 0 30px;
    font-size: 1.2rem;
    line-height: 100%;
    text-transform: uppercase;
}

.blueCardPreview {
    border-radius: 1rem;
    margin-bottom: 2rem !important;
    padding-bottom: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

.blueTablePreview {
    width: 95%;
    height: 30rem;
    overflow: auto;
    margin: 0 auto 2rem;
    position: relative;
    border-radius: 1rem;
    border-top-left-radius: 0;
    box-shadow: 0px 0px 8px #00000040;
}

.blueTablePreview table {
    width: 100%;
    margin: 0 auto;
    padding: 1rem !important;
}

.blueTablePreview table thead {
    position: sticky;
    top: 0;
    z-index: 9;
}

.blueTablePreview table thead th {
    color: #001b55;
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
    font-family: 'asics30-bold';
    text-transform: capitalize;
    padding: 15px !important;
    border-bottom: 1px solid #cecece;
    background-color: #ffffff !important;
}

.blueTablePreview table tbody tr:nth-child(even),
.blueTablePreview table tbody tr:nth-child(even) td {
    background: #e9ecef;
}

.blueTablePreview table tbody td {
    background: #fff;
    text-align: center;
    font-size: 0.65rem;
    padding: 0.8rem;
}

.blueTablePreview table tbody td:nth-child(2),
.blueTablePreview table thead th:nth-child(2) {
    position: sticky;
    left: 0;
}

.blueTitleTable {
    font-size: 1.1rem;
    margin: 0.9rem 0 0 15px;
    font-family: 'asics30-bold';
}

.blueGraphicPreview {
    margin: 2rem 0;
}

.PreviewLoading {
    background: #fff;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
}

.PreviewLoading img {
    width: 30%;
    margin: 0 auto;
}

.blueTitlePreview .PreviewLoading img {
    width: 12%;
}

.divTab img {
    width: 15%;
}

.subtitle,
.subtitle.text {
    font-size: 0.8rem;
}

.subAfter.text{
    width: 100%;
    cursor: pointer;
    font-size: 0.85rem;
}

.subAfter.text::after {
    content: '⌵';
    position: absolute;
    right: 0;
    color: #001B55;
    font-weight: bold;
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.subAfter.text.collapsed::after {
    transform: rotate(360deg);
    transition-duration: 0.5s;
}

.subText div {
    margin: 0.25rem 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    display: inline-block;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    box-shadow: 1px 1px 1px 0px #00000029;
}

.moreDetails {
    margin: 0;
}

.moreDetails a {
    position: relative;
    background: #00203B;
    color: #ffffff;
    padding: 7px 15px;
    border-radius: 30px;
}

#preview-controller .tab {
    cursor: pointer;
    padding: 7px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #e9ecef;
    margin-right: 0.2rem;
    font-family: 'asics30-bold';
    box-shadow: 0px -2px 8px #00000040;
}

#preview-controller .tab.active {
    color: #fff;
    background: #001e62;
}

.divTab {
    position: relative;
    margin-left: 14px;
    margin-top: 0.5rem;
}
/******************* END PREVIEW-CONTROLLER *******************/

.btnoutof:focus {
    outline: none;
}

.blueFlexEnd {
    display: flex;
    justify-content: flex-end;
}

.blueFlexJA {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blueFlexA {
    display: flex;
    align-items: center;
}

.blueFlexGridJA {
    display: grid;
    justify-content: center;
    align-items: center;
}

.blueFlexGridJ {
    display: grid;
    justify-content: center;
}

.blueFlexGridA {
    display: grid;
    align-items: center;
}


.blueModal-info.error {
    color: #B9411D;
}

.changeModalPolitics {
    cursor: pointer;
}

.changeModalPolitics:hover {
    text-decoration: underline !important;
}

/* //////////////////////////////////////     new cart      //////////////////////////////////// */
#cart .markupStore,
#cart .markupStoreImport {
    line-height: 1;
    font-family: 'asics30-bold';
    display: block;
}

.blueCartVal {
    width: 30.33%;
    margin-left: 3%;
    font-family: 'asics30-bold';   
}

.blueCartVal .blueCartMonth {
    border-bottom: 1px solid #001B55;
}

#cart .product-selection {
    /* border-top: 2px solid #777777; */
    /* padding: 80px 10px; */
    padding: 20px 10px;
    margin-top: 1rem;
    border-top: none;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

.button.remove-date {
    position: unset !important;
    right: unset;
    bottom: unset;
    top: unset;
    margin-right: unset;
    text-align: center;
}

#cart .titleProduct {
    font-size: 1.3rem !important;
}

.asics #cart .product-selection table.grade th {
    width: 40px;
}

.blueCardsCart {
    height: 7rem;
    font-size: 1rem;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

.blueCardsCartVal,
.blueCardsCartFixed  {
    font-size: 1rem;
    text-align: center;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

.blueCardsCartVal .blueBorderVal,
.blueCardsCartFixed  .blueBorderVal {
    border-right: 1px solid #ccc;
}

.blueCardsCartVal .blueBorderVal:last-child,
.blueCardsCartFixed  .blueBorderVal:last-child {
    border-right: none;
}

#cart .blueCardsCartFixed  .order-minimum .progress-bar {
    height: 2rem !important;
}

.blueCardsCartFixed  {
    top: .2rem;
    z-index: 9999;
    display: none;
    position: sticky;
    background: #fff;
    border-radius: 30px;
}

.blueCardsCartFixed.fixed  {
    display: flex;
}

.blueCartLiq {
    color: #485CC7;
}

.blueMbCards {
    margin-bottom: 1rem;
}

.blueCartOc {
    font-size: 1rem;
    font-family: 'asics30-bold';
}

.blueCartOc input {
    color: #001B55;
    border: 1px solid #001B55;
    border-radius: 1rem;
    margin-bottom: 1rem;
    padding: 2px 15px;
    font-family: 'asics30-regular';
    transition-duration: .1s;
}

.blueCartOc input:focus {
    outline: none;
    border: 2px solid #001B55;
    transition-duration: .1s;
}

.blueCartDescP {
    color: #001B55;
    margin-top: 1rem;
    font-size: 0.875rem;
}

#cart .worthless .product .blueCartDescP strong {
    color: #B9411D !important;
}

.blueIconAddDate {
    color: #00746D;
    border-radius: 14px;
    border: 2px solid #00746D;
    line-height: 1;
    padding: 0px 3px;
    font-family: 'asics30-bold';
    margin-right: 4px;
}

.blueBorderRight {
    border-right: 1px solid #001b55;
}

html #cart ::-webkit-scrollbar {
    height: 2px !important;
    width: 2px !important;
}

.asics #cart .blueRowCartValue ::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

.asics #cart .blueRowCartValue ::-webkit-scrollbar-thumb {
    background: #001B64 !important;
    height: 2px !important;
}

.asics #cart .blueRowCartValue ::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

.blueCartDescProd {
    border: 1px solid #001B55;
    border-radius: 1rem;
    padding: 20px 15px;
    margin: 1rem 0;
}

.blueCartDescProd div {
    padding: 8px 8px;
    border-bottom: 1px solid #001B55;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
}

.blueCartDescProd div:nth-child(odd) {
    border-right: 1px solid #001B55;
    font-family: 'asics30-bold';
}

.blueCartDescProd div:nth-last-child(-n+2) {
    border-bottom: none;
}

.blueBtnCartProd {
    border: none;
    padding: 0;
    background: unset;
    font-family: 'asics30-regular';
    color: #001B55;
    font-size: 1.1rem;
}

.blueBtnCartProd:focus,
.blueOcMobile:focus {
    outline: none;
}

.blueOcMobile {
    border-radius: 1rem;
    margin: 1rem 0;
    padding: 1px 11px;
    width: 49%;
    font-size: 0.75rem;
}

.blueRemoveProd {
    line-height: 1;
}

.blueRemoveProd img {
    width: 1rem;
}

.blueLH11 {
    line-height: 1.1;
}

#cart .imported {
    position: absolute;
    top: 0;
    left: 2.5rem;
    background: #485CC7;
    padding: 0.25rem 0.7rem;
    color: #ffffff;
    font-family: 'asics30-bold';
    border-radius: 0.3rem;
    font-size: 0.87rem;
    line-height: 1;
}

#cart .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #001B55;
    font-weight: unset;
    font-family: 'asics30-bold';
}


/* //////////////////////////////////////     End new cat=rt      //////////////////////////////////// */


/* //////////////////////////////////////     blue      //////////////////////////////////// */

.blueModal-info.error {
    color: #B9411D;
}

.blueHelpAsics {
    font-family: 'asics30-regular';
}

.help-asics {
    cursor: pointer;
}

.blueManagerNotice {
    font-size: 0.6rem !important;
}

.blueSelectDepartament {
    font-family: 'asics30-bold';
    margin-top: 1.5rem;
}

.blueHelp {
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #485CC7;
    border-radius: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 1s;
}

.blueHelp.blueScroll {
    bottom: 6rem;
    transition-duration: 1s;
}

.containerBlueHelp {
    display: none;
    position: fixed;
    width: 25vw;
    bottom: 6rem;
    z-index: 9999;
    right: 2rem;
    background: #ffffff;
    border: 2px solid #001B55;
    padding: 15px;
    border-radius: 1rem;
    transition-duration: 1s;
}

.containerBlueHelp.show {
    display: block;
}

.containerBlueHelp.blueScroll {
    bottom: 10rem;
    transition-duration: 1s;
}

.containerBlueHelp img {
    width: 100%;
}

.blueDepartament label {
    display: block;
}

#account .blueHelp,
#catalog .blueHelp {
    display: none;
}

.bluePacksProd,
.blueSizesProd,
.blueDispProd {
    cursor: pointer;
    width: 2.5rem;
    height: 2rem;
    margin-bottom: 0.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #707070;
    color: #001B55;
    border-radius: 25px;
    font-family: 'asics30-regular';
    line-height: 1;
    font-size: 0.8rem;
}

.bluePacksProd,
.blueSizesProd{
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    opacity: 0.6;
    margin-bottom: 0;
    color: #ffffff;
    background: #B6B8DC;
    padding: 0.5rem 1.4rem;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.bluePacksProd.show,
.blueSizesProd.show
{
    opacity: 1;
    background: #001B55;
}

.blueDispProd:hover {
    background: #B6B8DC;
    border: 1px solid #B6B8DC;
}

.blueContainerPacks,
.blueContainerSizes {
    display: none;
    overflow: auto;
    max-height: 7rem;
}

.blueContainerPacks.show,
.blueContainerSizes.show {
    border: 2px solid #001B55;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    padding: 0.7rem 0.5rem 0.5rem;
    display: block;
}

.blueClientPrompt {
    font-family: 'asics30-regular';
    font-size: 1.1rem;
    color: #ffffff;
    padding: 0.5rem 15px;
    background: #B9411D;
}

.blueClientPrompt strong {
    font-family: 'asics30-bold';
    font-size: 1.5rem;
}

.blueTextUnderline {
    text-decoration: underline !important;
}

.restartViewer {
    position: absolute;
    top: 1rem;
    right: 2rem;
    z-index: 2;
}

.restartViewer img {
    width: 1.7rem;
}

.blueIframeProd {
    width: 100%;
    height: 30rem;
}

.blueMaxiProduct {
    top: 0;
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    position: fixed;
    transition-duration: 1s;
}

.blueBckProd {
    top: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}

.blueMaxiProduct.show {
    right: 0;
    transition-duration: 1s;
}

.blueMaxiContProd {
    z-index: 1;
    width: 100%;
    height: 60vh;
    margin: 20vh auto;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
}

#blueMaxiImg {
    max-width: 80%;
    height: auto;
}

.blueAmpliProd {
    position: absolute;
    cursor: pointer;
    right: 0rem;
    bottom: 4.5rem;
    width: 2rem;
    z-index: 2;
}

.blueHr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #E4E5F3;
    opacity: 0.6;
}

main .blueRelatedProd span {
    font-family: 'asics30-regular';
    color: #001b55;
    font-size: 1.5rem;
    text-transform: capitalize;
}

#product .carroussel li {
    position: relative;
}

#product .productActive {
    border-bottom: 3px solid #001B55;
}

#product .carroussel .flex-active {
    border-bottom: 4px solid #001B55;
}

#product circle ,
#product .blueStroke {
    stroke: #001B55;
}

.blueNewProd {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    z-index: 9999;
    background: #485CC7;
    padding: 0.15rem 0.4rem;
    border-radius: 5px;
    font-size: 0.7rem;
    font-family: 'asics30-regular';
    color: #fff;
}

.blueTitleTech {
    text-align: center;
    font-size: 1.5rem;
    color: #001b55;
    margin: 3rem 0 0.7rem;
    font-family: 'asics30-regular';
}

.blueTextTech {
    line-height: 2.2;
}

.blueTextTech p {
    color: #001b55;
    font-size: 1rem;
    font-family: 'asics30-regular';
}

.blueColorProd {
    font-family: 'asics30-regular';
    font-size: 0.8rem;
    color: #001B55;
}

main span.blueTitleProd {
    font-family: 'asics30-bold';
    font-size: 1.5rem;
    color: #001B55;
}

.blueCodeProd {
    font-family: 'asics30-regular';
    text-align: right;
    font-size: 0.8rem;
    color: #001B55;
}

.bluePriceProd {
    margin-top: 0.2rem;
}

main .bluePriceProd span {
    font-family: 'asics30-bold';
    font-size: 1.1rem;
    color: #001B55;
}

main .blueOffersProd {
    text-align: center;
}

main .blueOffersProd strong {
    text-align: center;
    color: #001b55;
    display: block;
    font-size: 0.875rem;
}

.blueBtnToggle {
    background: #ffffff;
    border: 2px solid #001B55;
    border-radius: 2rem;
    padding: 0.1rem 1rem;
}

.blueOrderByFilter {
    color: #001B55;
    cursor: pointer;
    font-family: 'asics30-regular';
    font-size: 0.9rem;
    display: block;
    padding: 0.3rem 1rem;
}

.blueOrderByFilter:hover {
    background: #B6B8DC;
}   

.bluefilteredBy {
    display: inline-block;
    font-family: 'asics30-bold';
    font-size: 0.8rem;
}

.blueFilterSearch {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    background: #E4E5F3;
    padding: 0.1rem 1rem 0;
    border-radius: 0.25rem;
    font-family: 'asics30-regular';
    align-content: center;
}

.blueFilterSearch .right{
    font-size: 0.7rem;
}

.blueStickyTop {
    position: sticky;
    top: 0;
    z-index: 9;
}

.blueHoverAccount:hover,
.blueHoverDash:hover {
    background: #f0f0f0;
}

.blueCardHome {
    margin-bottom: 1rem;
}

.blueCardHome img,
.blueCardHome video {
    width: 100%;
    border-radius: 1rem;
}

.blueTitleItcnl {
    font-size: 1.3rem;
}

.blueTextInstitucional {
    font-family: 'asics30-bold';
}

.blueTextInstitucional p,
.blueTextInstitucional span {
    font-family: 'asics30-regular';
}

.blueTotalResults strong {
    font-size: 1rem;
    color: #000000;
    font-family: 'asics30-bold';
}

.blueWidthFit {
    width: fit-content !important;
}

.blueAccountHr {
    width: 100%;
    height: 0.1rem;
    margin: 1rem 0;
    background-color: #E4E5F3;
}

.blueAccountText {
    color: #000000;
    text-transform: lowercase !important;
    font-family: 'asics30-regular';
    font-size: 0.9rem !important;
}

.blueAccountText::first-letter {
    text-transform: uppercase;
}

.blueInformation {
    width: 16px;
    position: absolute;
    cursor: help;
    right: 25px;
    top: calc(50% - 8px);
}

.blueInformation img {
    width: 100%;
}


.blueAddress {
    font-family: 'asics30-bold';
    font-size: 1rem;
    list-style: none;
}

.blueAddress li:first-child {
    list-style: disc; 
}

.blueTextAddress {
    width: fit-content;
    position: relative;
}

.blueTextAddress .blueInformation {
    right: calc(0px - 26px);
    top: calc(50% - 9px);
}

.bluePrimaryBtn {
    text-align: center;
    display: inline-block !important;
    margin-left: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-family: 'asics30-bold' !important;
    font-size: 1em !important;
    background: #001B55 !important;
    padding: 0.2em 30px !important;
    border-radius: 3vh !important;
    border: 2px solid #001b55 !important;
}

.bluePrimaryBtn:focus,
.bluePrimaryBtn-100:focus,
.blueBtnToggle:focus {
    outline: none;
}

.bluePrimaryBtn-100 {
    width: 100%;
    text-align: center;
    line-height: 1rem;
    text-align-last: center !important;
    display: inline-block !important;
    margin-left: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-family: 'asics30-bold' !important;
    font-size: 1em !important;
    background: #000000 !important;
    padding: 0.2em 7px !important;
    border-radius: 3vh !important;
    border: 2px solid #001b55 !important;
}

.aw20-dash-png .btnAvancar.bluePrimaryBtn-100 {
    color: #ffffff !important;
}

.blueLH1{
    line-height: 1 !important;
}

.aw20-dash-png a.bluePC {
    color: #ffffff !important;
    background-color: #485CC7;
}

.bluePrimaryBuy {
    width: 100%;
    text-align: center;
    display: inline-block !important;
    margin-left: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-family: 'asics30-bold' !important;
    font-size: 1em !important;
    background: #001B55 !important;
    padding: 0.2em 20px !important;
    border-radius: 3vh !important;
    border: 2px solid #001b55 !important;
}

.aw20-dash-png .bluePrimaryBuy a {
    color: #fff!important;
}

.blueScrollTop {
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #000000;
    border-radius: 2rem;
    color: #ffffff;
    transform: rotate(180deg);
    cursor: pointer;
    text-align: center;
    line-height: 1.8;
    font-size: 1.5rem;
    font-family: 'asics30-bold';
    transition-duration: 0.5s;
}

.blueScrollTop:hover {
    /* animation-name: bluetop; */
    animation-duration: 0.8s;
}

@keyframes bluetop {
    0% {bottom: 2rem;}
    15% {bottom: 2.6rem;}
    30% {bottom: 2rem;}
    45% {bottom: 2.4rem;}
    60% {bottom: 2rem;}
    75% {bottom: 2.2rem;}
    100% {bottom: 2rem;}
}

.bluePriceSug {
    color: #485CC7;
    text-align: center;
    /* border-right: 1px solid #eee; */
}

#search .bluePriceSug span,
#search .blueSearchAvailable span,
#search .bluePriceSugPv span,
#search .bluePriceLiq span {
    font-size: 0.75rem;
    font-family: 'asics30-regular';
}

#search .bluePriceSug strong,
#search .bluePriceLiq strong,
#search .bluePriceSugPv strong {
    font-size: 1rem;
    font-family: 'asics30-regular';
}

.bluePriceLiq{
    text-align: center;
}

.bluePriceSugPv {
    text-align: center;
}

#search .search-result .title.blueSearchTitle {
    text-align: center;
    font-size: 1rem;
    font-family: 'asics30-bold';
    margin-bottom: 0.2rem;
}

#search .search-result .blueSearchCode span.code{
    text-align: center;
    font-size: 0.75rem;
    color: #001B55;    
    margin-bottom: 0.2rem;
    font-family: 'asics30-regular';
}

#search .blueSearchAvailable {
    text-align: center;
    margin-bottom: 0.2rem;
}

.blueBorderPrice {
    position: absolute;
    right: 0;
    height: 50%;
    top: 25%;
    width: 2px;
    background: #eee;
}

.menu-lateral.show .chat-asics .menu-list.blueCentral::first-letter {
    text-transform: lowercase !important;
}

.blueTable {
    margin: 0 auto;
    border-collapse: separate;
}

.blueTable thead th {
    font-size: 0.87rem !important;
    color: #ffffff !important;
    background: #001b55 !important;
    /* border: 2px solid #001b55 !important; */
    font-family: 'asics30-bold';
    text-transform: unset;
    text-align: center;
    padding: 0.4rem 0.9rem !important;
}

.blueTable thead th:first-child {
    border-top-left-radius: 0.5rem !important;
}

.blueTable thead th:last-child {
    border-top-right-radius: 0.5rem !important;
}

.blueTable tr:last-child td:first-child {
    border-bottom-left-radius: 0.5rem !important;
}

.blueTable tr:last-child td:last-child {
    border-bottom-right-radius: 0.5rem !important;
}

.blueTable tr td {
    text-align: center;
    border: 2px solid #001b55 !important;
    padding: 0.2rem 1rem;
}

#cart .blueCartBtnActive {
    color: #ffffff !important;
    cursor: pointer;
    font-family: 'asics30-bold';
    font-size: 1em;
    opacity: 0.8;
    padding: 0.2em 30px !important;
    background: #B6B8DC !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 9px;
    border: 2px solid #B6B8DC !important;
}

#cart .product-selection .tab-control li .active.blueCartBtnActive { 
    opacity: 1;
    color: #ffffff !important;
    background: #001b55 !important;
    border: 2px solid #001b55 !important;
}

#cart .product-selection table.grade thead tr th {
    font-size: 1rem !important;
    color: #ffffff !important;
    background: #001b55 !important;
    border-radius: 0 !important;
    border: 2px solid #001b55 !important;
}

#cart .product-selection table.grade tr td.identifier,
#cart .product-selection table.grade tr td {
    color: #001B55 !important;
    font-size: 0.85rem !important;
    font-family: 'asics30-bold' !important;
    border: 2px solid #001b55 !important;
}

#cart .product-selection div.tabs {
    margin: 0;
    padding: 0;
}

/* //////////////////////////////////////     end blue      //////////////////////////////////// */

/* //////////////////////////////////////     Catalog      //////////////////////////////////// */


#catalog-holder {
    height: unset;
    overflow: hidden;
    margin-left: 7vh !important;
}

.blueTextCover {
    position: absolute;
    top: 12vh;
    left: 8vw;
}

.blueTextCover.easy {
    top: 7vh;
}

.blueTextCover.sps {
    top: 4vh;
    left: 4vh;
}

.blueTextCover .blueSummer {
    text-transform: uppercase;
    background: linear-gradient(to right, #A5BEB2 0%, #7F7CA2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-family: 'asics30-boldItalic';
    padding: 0 0.1rem;
    border-bottom: 3px solid #212C56;
    line-height: 1;
}

.blueTextCover.sps {
    text-align: left;
}

.blueTextCover .blueSummer.easy {
    font-size: 4.5rem;
}

.blueTextCover .blueSummer.sps {
    background: none;
    font-size: 4rem;
    border-bottom: 3px solid #ffffff;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke: 2px #ffffff;
    color: #000000;
}

.blueTextTypeCat {
    display: flex;
    justify-content: space-between;
}

.blueTextTypeCat.easy {
    width: 85%;
}

.blueTextTypeCat .blueTypeCat {
    display: inline-block;
    text-transform: uppercase;
    display: inline-block;
    font-size: 2rem;
    font-family: 'asics30-boldItalic';
    color: #001B55;
}

.blueTextTypeCat .blueTypeCat.sps {
    color: white;
    line-height: 1.1;
    font-size: 2.45rem;
}

.blueCatChannel.sps {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: lighter;
    font-family: 'asics30-italic';
}

.blueTextTypeCat .blueTextSps {
    color: white;
    font-size: 3.5rem;
}

.blueTextTypeCat .blueBorderCat {
    display: inline-block;
    height: 2rem;
    margin-top: 0.2rem;
    width: 2px;
    background: #001b55;
}

.blueTextTypeCat .blueCatChannel {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'asics30-italic';
    font-size: 2rem;
    color: #001B55;
    padding: 0 0.1rem;
}

.blueTextTypeCat .blueTypeCat.easy,
.blueTextTypeCat.easy .blueTypeCat,
.blueCatChannel.easy {
    color: #7F7CA2;
}

.blueTextTypeCat.easy .blueBorderCat {
    width: 5px;
    background: #A5BEB2;
}

.blueLogoCatBlue {
    position: absolute;
    right: 2vw;
    bottom: 2vh;
}

.blueLogoCatBlue img {
    width: 3rem;
}

.capa-acc-desc.s20 {
    bottom: 7rem;
}

.capa-acc-desc.s20.span1 {
    font-size: 2.5rem;
}
/* //////////////////////////////////////     End catalog      //////////////////////////////////// */

/* //////////////////////////////////////     covers      //////////////////////////////////// */
.blueCovers {
    width: 100%;
    height: 100%;
    background-size: cover;
    //background-position: center;
}

/* //////////////////////////////////////     End covers      //////////////////////////////////// */

/* //////////////////////////////////////     aw21      //////////////////////////////////// */

.btnBlueFilter {
    cursor: pointer;
    border: none;
    font-size: 1rem;
    color: #ffffff;
    padding: 3px 30px;
    text-align: center;
    border-radius: 30px;
    background: #000000;
    font-family: 'asics30-bold';
    text-transform: lowercase;
}

.btnBlueFilter button {
    color: #ffffff !important;
    background: unset !important;
    margin-bottom: 0 !important;
    text-transform: lowercase !important;
    font-family: 'asics30-bold' !important;
}

.btnBlueFilter button::after,
.btnBlueFilter::after {
    content: '' !important;
}

.btnBlueFilter:hover,
.btnBlueFilter:hover button {
    color: #E4E5F3 !important;
    background: #000000 !important;
}

.btnBlueFilter::first-letter,
.btnBlueFilter button::first-letter {
    text-transform: uppercase;
}

#search .checkbox.box-overflow {
    margin-bottom: 1rem;
}

#register .button.dblue {
    width: 100%;
}


.blueForgotPass a {
    font-size: 0.85rem;
}

.blueOrLogin {
    margin: 20px auto;
    text-align: center;
}
.blueOrLogin h2 {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.blueOrLogin h2::before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.blueOrLogin h2 span {
    color: #000000;
    background: #fff;
    padding: 0 30px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 110%;
    text-transform: lowercase;
}

#login #blueCodeAccess {
    text-align: center;
    letter-spacing: 0.4rem;
}

#login #blueCodeAccess::placeholder {
    letter-spacing: 0;
}

#login .modalBlue-email {
    top: 1rem;
}

#login .closeBtnBlue:focus {
    outline: none;
}

#login .closeBtnBlue span {
    font-family: 'asics30-bold';
    background: #fff;
    color: gray;
    right: 0;
    border: 1px solid gray;
    border-radius: 2rem;
    padding: 0rem 0.4rem;
    position: relative;
    top: 0.5rem;
    width: fit-content;
    float: right;
}

.blueModal-info,
.blueEmailVal {
    font-size: 1rem;
    margin-bottom: 0;
}

.blueModal-code {
    font-size: 1rem;
    margin-bottom: 0rem;
}

.blueSpaceBetween {
    display: flex;
    justify-content: space-between;
}

#login .modalBlue-content .button.dblue {
    margin-top: 1.5rem;
    font-size: 0.8rem;
}

#login .blueAccesLogin {
    width: 100%;
    border-radius: 1.2rem;
    border: 1px solid #001B55;
    padding: 0.2rem 0.8rem;
    margin-top: 1.5rem;
}

#login .blueAccesLogin:focus {
    outline: none;
    border: 2px solid #001B55;
}

#login .button.dblue, #register .button.dblue {
    cursor: pointer;
    background: #001B55;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 30px;
    font-size: 1.8vh;
    font-family: 'asics30-bold';
    line-height: 1.5;
}

#search .ui-slider-horizontal {
    height: .4em;
}

#search .ui-slider-horizontal .ui-slider-handle {
    top: -.4rem;
}

#search .ui-slider-horizontal .ui-slider-range {
    top: -0.5rem;
}

#disponibilidade .ui-slider .ui-slider-handle {
    border-radius: 5rem;
}

#search .ui-state-default, 
#search .ui-widget-content .ui-state-default, 
#search .ui-widget-header .ui-state-default, 
#search .ui-button, 
html #search .ui-button.ui-state-disabled:hover, 
html #search .ui-button.ui-state-disabled:active {
    border-radius: 5rem;
    left: calc(0% + 0.6em);
}

#search .ui-state-active, 
#search .ui-widget-content .ui-state-active,
#search .ui-widget-header .ui-state-active,
#search a.ui-button:active,
#search .ui-button:active,
#search a.ui-button:focus,
#search .ui-button:focus,
#search .ui-button.ui-state-active:hover{
    border: 1px solid #001B55;
    background: #001B55;
    outline: none;
}

.blueMB-dash {
    border-bottom: 1px solid #eee;
}

.dataTables_filter label input {
    border-radius: 5rem;
}

#search .blueInput-search .search-form {
    border-radius: 2vh;
    border: 1px solid #001B55 !important;
}

.aw21-search-products.blueInput-search {
    height: 2rem;
}

#search .blueInput-search .search-form input {
    height: 2rem;
    border: none;
    border-radius: 2vh;
}

#search .blueInput-search .search-form input:focus {
    outline: none;
}

#search .blueInput-search .search-form button {
    top: 0.35rem;
    right: 0.3rem;
    height: 1.3rem;
    background: url(/images/ss21/icon-search.png) transparent center no-repeat!important;
    background-size: contain !important;
}


#cart #iframe-cart .product ul li span {
    color: #485CC7;
}

html body {
    background: #ffffff !important;
}

#search .search-result:hover {
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0px 0px 5px 2px #eee;
    transform: scale(1.07);
    z-index: 9999;
}

/* Modal key access */

.loaderKeyAccess {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background-color: #ffffff;
}

.loaderKeyAccess img {
    /* width: 3rem; */
}

.loaderKeyAccess.show {
    display: flex;
    align-items: center;
    justify-content: center;
}



.modalBlue-keyaccess {
    position: absolute;
    right: -100vw;
    transition-duration: 1s;
}

.modalBlue-keyaccess.show {
    top: 0;
    left: 0;
    right: 0;
    width: 91%;
    margin: 0 auto;
    transition-duration: 1s;
}

.modalBlue-email {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 91%;
    margin: 0 auto;
    transition-duration: 1s;
}

.modalBlue-email.hideBody {
    position: relative;
    left: -100vw;
    transition-duration: 1s;
}

#login .modalBlue .modalBlue-dialog {
    width: min-content;
    min-width: 18rem;
    min-height: 15rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 1rem;
}

/* End modal key access */

/* Modal blue */

.modalBlue {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modalBlue .modalBlue-dialog {
    max-width: 35vw;
    max-height: 80vh;
    background: #ffffff;
    padding: 20px;
    padding-top: 0;
    overflow: auto;
    z-index: 2;
}

.modalBlue .modalBlue-header {
    position: sticky;
    min-height: 3rem;
    top: 0;
    display: block;
    width: 100%;
    padding-top: 1em;
    padding-right: 0;
    background: #ffffff;
}

.modalBlue.show{
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.background-modalBllue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.6;
    z-index: 1;
}

.closeBtnBlue {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

/* End modal blue */

.blue-cursor-pointer {
    cursor: pointer;
}

.blue-cursor-pointer:hover {
 text-decoration: underline !important;
}

.blueMh-img {
    min-height: 12rem;
}

.blueMh-carroussel {
    min-height: 5rem;
}

#search .search-result .title {
    /* min-height: 2rem; */
}

.more-prod.blue-more-prod {
    cursor: pointer;
    color: #001b55;
    border-radius: 20px;
    background: #fff;
    font-family: 'asics30-bold';
    margin-top: 1rem;
    border: 2px solid #001b55;
}

.more-prod.blue-more-prod img {
    width: 2rem;
}

.more-prod.blue-more-prod:focus {
    outline: none;
}

.more-prod.blue-more-prod:hover {
    color: #001b55;
    background: #fff;
}

.slick-dots li {
    width: 1em;
    height: 1em;
    border: 0;
    background: #E4E5F3;
    border-radius: 10px;
}

.slick-dots li.slick-active {
    background: #00B388;
}

.modalLogout {
    transform: translate(0, 30%);
}

.blue-btn-logout a {
    color: #ffffff;
    padding: 0;
}

.blue-btn-logout,
.blue-btn-cancel {
    display: inline-block;
    margin-left: 1vw;
    color: #ffffff;
    cursor: pointer;
    font-family: 'asics30-bold';
    font-size: 1em;
    background: #001B55;
    padding: 0.2em 30px;
    border-radius: 3vh;
    border: 2px solid #001b55;
}

.blue-btn-cancel {
    background: #fff;
    color: #001b55;
    border: 2px solid #001b55;
}

.blue-text-underline {
    text-decoration: underline !important;
}

.modal-body-error,
.modal-body-info {
    font-family: 'asics30-bold';
    padding: 2rem;
}

.helpOrders {
    width: 12px;
    position: absolute;
    cursor: help;
    right: 5px;
    top: calc(50% - 6px);
}

.modalError {
    padding-top: 20vh;
}

form.validate {
    margin: 20vh auto;
}

#account form.validate {
    margin: 0 auto;
}

#search .search-result .carroussel img {
    margin-bottom: 10px;
}

.text-cart {
    text-transform: uppercase;
    font-size: 1.2vh;
    cursor: pointer;
    color: rgb(255, 255, 255) !important;
    background: rgb(0, 27, 85);
    padding: 4px 8px;
    border-radius: 20px;
}

.text-cart:hover {
    background: #00184e;
}
/* LOGIN */

    .blue-logo-access {
        width: 90%;
        height: auto !important;
        margin: 0 auto 8vh;
        display: block;
    }

    #login form.validate,
    #register form.validate {
        max-width: 100%;
    }

    #login .form-group input,
    #register .form-group input {
        border: 1px solid #000000;
        border-radius: 32px;
    }
    
    #login .form-group input:focus,
    #register .form-group input:focus {
        outline: none;
        background: none;
        border: 2px solid #000000;
    }

    #login .button.dblue,
    #register .button.dblue {
        cursor: pointer;
        background: #000000;
        color: #ffffff;
        border-radius: 20px;
        padding: 5px 30px;
        font-size: 1.1rem;
        text-transform: lowercase;
        font-family: 'asics30-bold';
    }
    
    #login .button.dblue {
        width: 100%;
    }

    #login .button.dblue::first-letter,
    #register .button.dblue::first-letter {
        text-transform: uppercase;
    }

    #login .button.dblue:focus,
    #register .button.dblue:focus {
        outline: none;
    }

    #register .button.border {
        width: 100%;
        color: #000000;
        cursor: pointer;
        border-radius: 20px;
        padding: 5px 30px;
        font-size: 1.1rem;
        font-family: 'asics30-bold';
        border: 1px solid #000000 !important;
    }

    #register .button.border:focus,
    #register .button.border:hover {
        outline: none;
        border: 2px solid #000000 !important;
        background: unset;
        color: unset;
    }

    .footer-catalog-blue {
        width: 100vw;
        background: #ffffff;
        bottom: 0px;
        z-index: 999999;
        padding: 15px 0;
        border-top: 4px solid #000000;
        box-shadow: 0 27px 6px 28px #00000029;
    }
    
    .footer-catalog-blue img {
        width: 100%;
    }
    
    .footer-catalog-blue .blue-corporation {
        line-height: 1;
        padding-right: 3vw;
    }

    .blue-powered {
        color: #000000;
        font-size: 12px;
        font-family: 'asics30-bold';
    }

    .blue-powered div {
        line-height: 1;
    }

    .footer-catalog-blue .contact {
        padding: 0 0 5px;
    }
    
    .footer-catalog-blue span,
    .footer-catalog-blue .contact a {
        font-family: 'asics30-regular';
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0.1px;
        text-align: justify;
    }
   
    .footer-catalog-blue .contact a {
        margin-right: 10px;
        font-size: 12px;
    }

/* END LOGIN */

/* HOME */
.banner-mobile {
    display: none;
}
/* END HOME */
/* FAQ */

.relationshipCenter {
    font-family: 'asics30-bold';
    font-size: 1.6vh;
}

.relationshipCenter .title {
    font-size: 3vh;
    margin-bottom: 2vh;
    text-transform: uppercase;
    font-family: 'asics30-bold';
}

.relationshipCenter .title.frequent {
    margin-top: 4vh;
    font-size: 2.7vh;
    margin-bottom: 3vh;
    font-family: 'asics30-regular';
    display: inline-block;
}

.relationshipCenter img {
    width: 100%;
}

/* #inputFaq {
    width: 50%;
    padding: 0 15px;
    float: right;
    border: none;
    border-bottom: 1px solid #001B55;
}

#inputFaq:focus {
    outline: none;
    border-bottom: 2px solid #001B55;
} */

.accordion-blue li a.title {
    color: #000000;
    font-size: 2vh;
    border-top: 1px solid #7f8c8d;
    font-family: 'asics30-regular';
    background-color: #ffffff;
}

.accordion-blue li a.title::after {
    content: '';
    width: 1vh;
    height: 1vh;
    margin-left: 0.5vw;
    display: inline-block;
    background: url('/images/ss21/blueArrow.png');
    background-size: contain;
    transform: rotate(0deg);
    transition-duration: 0.15s;
}

.accordion-blue li.active a.title::after {
    transform: rotate(180deg);
    transition-duration: 0.15s;
}

.accordion-blue li  {
    margin: 0;
}

.blue-centerY-endX {
    align-items: center;
    justify-content: flex-end;
    display: inline-flex !important;
}

#account .back-white {
    min-height: 100vh;
}

#faq-content {
 font-size: 2vh;
}

/* END FAQ */

/* TRADESHOW */
.container-trade.container-event-video {
    float: unset;
    width: 100%;
    margin-top: 10vh;
}

.container-trade .event-video-desc {
    width: 85%;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: auto;
    height: fit-content;
    overflow-y: hidden;
}

.container-trade .list-events {
    width: 13vw;
    padding: 25px 20px 10px 55px;
    display: inline-block;
}

.container-trade .thumb_event {
    width: 100%;
}

.container-trade .event-video-desc {
    padding-bottom: 1vh;
}

.container-trade.container-event-video .video-js {
    float: unset;
    margin: 0 auto;
}

.container-trade .desc_video {
    position: absolute;
    top: 5px;
    left: 50px;
}

.container-trade .tooltip {
    position: absolute;
    top: 0;
}

.container-trade .bannerTrade {
    position: relative;
    bottom: 2vh;
}

.textBannerTrade {
    position: absolute;
    top: 10vh;
    left: 10.5vw;
    width: 20vw;
    text-align: left;
}

.textBannerTrade .title {
    display: block;
    color: #000000;
    font-size: 3vh;
    font-family: asics30-bold;
}

.textBannerTrade .text {
    color: #000000;
    font-size: 1.8vh;
    font-family: asics30-regular;
}

@media (min-width: 300px) and (max-width: 680px) {
    .textBannerTrade {
        position: absolute;
        top: 18vh;
        left: 10.5vw;
        width: 71vw;
        text-align: left;
    }

    .container-trade .list-events {
        width: 55vw;
    }

    .event-video-desc {
        display: grid;
    }
}
/* END TRADESHOW */
/* TUTORIAL */

@media (min-width: 300px) and (max-width: 680px) {

    .centerVideo {
        width: 90vw!important;
    }
    .changeMovie {
        width: 50.8%!important;
    }
    .event-video-desc-tut {
        padding-bottom: 2vh!important;
    }
}

.event-video-desc-tut {
    width: 82vw;
    position: relative;
    height: fit-content;
    padding-bottom: 0;
    white-space: nowrap;
    background-color: rgb(255, 255, 255);
    font-family: graphik-medium;
    text-align: justify;
    margin: 2vh auto 0px;
    overflow: auto;
}

.videoPrinc {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center left;
}

.videoPrinc.centerVideo {
    background: unset;
}

.container-event-video.container-tut {
    padding: 0;
    height: 70vh;
    float: unset;
    width: 100%;
}

.centerVideo {
    width: 62vw;
    margin: 3vh auto 0;
}

.container-event-video .centerVideo video {
    width: 100%;
    margin-bottom: 2vh;
}

.thumb_event.tut{
    cursor: pointer;
    width: 98%;
    display: inline-block;
}

.thumb_event.tut img {
    width: 100%;
    border-radius: 0.4rem;
}

.time-video.tut {
    position: unset;
}

.tutHover {
    width: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.6s;
}

.tutHover img {
    width: 100%;
}

.changeMovie {
    position: relative;
    width: 10.8%;
    display: inline-block;
}

.changeMovie:hover .tutHover{
    left: unset;
    width: 100%;
    transition-duration: 0.6s;
}

.buttonTut {
    background-color: #001B55;
    border-radius: 12px;
    padding: 8px 9px;
    position: absolute;
    bottom: 10vh;
    left: 10.5vw;
}

.divTutBtn {
    border-radius: 7px;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 4px 20px;
    font-family: 'Graphik';
    font-weight: bold;
}

.imgPlayTut img {
    width: 2vh;
    margin-right: 1vw;
}

.imgPlayTut,
.textPlayTut {
    display: inline-block;
}

/* END TUTORIAL */
/* Modal login */
.modalVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modalVideo video {
    width: 100%;
}

.container-video {
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.modalVideo .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#login .modal-dialog.modal-xl {
    max-width: 1140px;
}

#modalWhatsapp {
    color: #001B55;
    font-size: 2vh;
    font-family: 'asics30-bold';
}

.modal.show#modalWhatsapp {
    display: flex !important;
    align-items: center;
}

#modalWhatsapp .modal-dialog {
    width: 40vw;
}

#modalWhatsapp img {
    width: 100%;
}

#modalWhatsapp .operation {
    margin-bottom: 2vh;
}

#modalWhatsapp .departament input {
    margin-right: 0.5vw;
}

.select-departament span {
    font-size: 1.8vh;
}

#modalWhatsapp .departament label {
    display: block;
    line-height: 1;
    font-size: 1.7vh;
    font-family: 'asics30-regular';
}

#modalWhatsapp .operation span{
    display: block;
    font-size: 1.8vh;
}

.blue-btn-whatsapp {
    display: inline-block;
    margin-left: 1vw;
    color: #ffffff;
    cursor: pointer;
    font-family: 'asics30-bold';
    font-size: 2vh;
    background: #00B388;
    padding: 0.7vh 2vh;
    border-radius: 3vh;
}

.blue-btn-whatsapp a {
    color: #ffffff;
}

.blue-btn-financeiro {
    color: #001B55;
    font-size: 0.925rem;
    font-family: 'asics30-regular';
}
/* END Modal login */

@font-face {
    font-family: asics30-regular;
    src: url('/fonts/ASICSFont3.0-Regular_Web.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ASICSOffice3.0-Regular_Web.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ASICSFont3.0-Regular_Web.woff2') format('woff2'),
    url('/fonts/ASICSFont3.0-Regular_Web.woff') format('woff'),
    url('/fonts/ASICSFont3.0-Regular_Web.ttf')  format('truetype');
}
@font-face {
    font-family: asics30-bold;
    src: url('/fonts/ASICSFont3.0-Bold_Web.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ASICSOffice3.0-Bold.eot_Web?#iefix') format('embedded-opentype'),
    url('/fonts/ASICSFont3.0-Bold_Web.woff2') format('woff2'),
    url('/fonts/ASICSFont3.0-Bold_Web.woff') format('woff'),
    url('/fonts/ASICSFont3.0-Bold_Web.ttf')  format('truetype');
}
@font-face {
    font-family: asics30-bolditalic;
    src: url('/fonts/ASICSFont3.0-BoldItalic_Web.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ASICSOffice3.0-BoldItalic_Web.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ASICSFont3.0-BoldItalic_Web.woff2') format('woff2'),
    url('/fonts/ASICSFont3.0-BoldItalic_Web.woff') format('woff'),
    url('/fonts/ASICSFont3.0-BoldItalic_Web.ttf')  format('truetype');
}
@font-face {
    font-family: asics30-italic;
    src: url('/fonts/ASICSFont3.0-Italic_Web.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ASICSOffice3.0-Italic_Web.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ASICSFont3.0-Italic_Web.woff2') format('woff2'),
    url('/fonts/ASICSFont3.0-Italic_Web.woff') format('woff'),
    url('/fonts/ASICSFont3.0-Italic_Web.ttf')  format('truetype');
}

.home-pronta .offersText {
    font-size: 2vh !important;
    font-family: 'asics30-bolditalic';
}

.offersText strong {
    color: #001B55;
}

.navbar-inverse {
    background-color: #ffffff !important;
    /* box-shadow: 0px 3px 6px #00000029; */
}


#orders .container-fluid table tr td:nth-last-child(2) {
    border-right: 1px solid #E0E0E0;;
}

.dropdownChannel .dropdown-menu {
    padding: 15px;
}

.dropdownChannel label {
    margin: 0;
    width: 100%;
    padding: 7px 0;
    font-size: 1.3vh;
    color: #001B55;
    font-family: 'Graphik';
    text-transform: uppercase;
    border-bottom: 1px solid #d0d0d0;
}
.dropdownChannel button{
    border: none;
    width: 100%;
    height: 100%;
    color: #d0d0d0;
    text-align: left;
    border-radius: 5px;
    background: #ffffff;
    border-bottom: 1px solid #d0d0d0;
}

.borderlabelMkt .dropdownChannel input {
    width: fit-content !important;
    margin-right: 0.5vw;
}

.borderlabelMkt input {
    border: none;
    width: 100% !important;
    display: inline-block;
    border-bottom: 1px solid #d0d0d0;
}

.labelMkt,
.borderlabelMkt {
    width: 100%;
    margin-top: 2vh;
    display: flex;
    align-items: flex-end;
}

.labelMkt label,
.borderlabelMkt label {
    margin-bottom: 0;
    margin-right: 0.5vw;
    font-family: 'Graphik';
    font-weight: inherit;
}

.labelMkt input {
    width: 100% !important;
    display: inline-block;
    line-height: 1 !important;
    height: 100% !important;
}

.goal {
    color: #001E62;
    text-align: center;
    margin: 2vh 0;
    font-size: 1.5vh;
    font-family: 'graphik-medium';
    text-transform: uppercase;
}

.Mktfinish {
    float: right;
    margin: 1vh 0;
    background: #001B55;
    color: #fff;
    font-family: 'Graphik';
    text-transform: uppercase;
    padding: 0.2vh 3vh;
    border: none;
    border-radius: 5px;
}

.Mktfinish:disabled {
    background: #d0d0d0;
    cursor: not-allowed;

}
.mktCheckbox label{
    font-family: 'Graphik';
    font-weight: inherit;
}

.fileToUpload {
    display: block;
    background: #001B55;
    width: fit-content;
    padding: 0.5vh 0.7vh;
    color: #fff;
    font-family: 'Graphik';
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2vh;
}

.fileToUpload input {
    position: absolute;
    width: 0;
}

.porcent-order {
    position: fixed;
    width: 22vw;
    height: 1.5vh;
    background: #D0D0D0;
    bottom: 3vh;
    margin: 0 39vw;
    border-radius: 1vh;
}
.porcent-order span {
    background: #d0df00;
    height: 100%;
    border-radius: 2vh;
    position: absolute;
    left: 0;
}

.text-porcent {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vh;
    color: #001B55;
    left: 0;
}

.height-myOrders {
    min-height: 55vh;
    max-height: 70vh;
    overflow: auto;
}

.height-myOrders table {
    height: 100%;
}

.arrowData .dropdown-filter-dropdown {
    display: none;
}

.dropdown-orders-pe::after,
.dropdown-orders::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#orders .dropdown-orders,
#orders .dropdown-orders-pe,
#orders .dropdown-orders-pe:hover,
#orders .dropdown-orders:hover {
    color: #ffffff;
}

#dropdown-orders,
#dropdown-orders-pe {
    padding: 0.5vh;
    background-color: #737373;
    z-index: 99;
    text-align: left;
    min-width: 7.2vw;
    width: max-content;
    position: absolute;
    will-change: transform;
    top: 1vh;
    left: 0px;
    transform: translate3d(0px, 20px, 0px);
}

#dropdown-orders label,
#dropdown-orders-pe label {
    margin: 0;
    padding: 0.5rem;
    color: #fff;
    display: block;
    font-size: 1vh;
    background-color: #444444;
    font-family: 'graphik-medium';
}

#dropdown-orders-pe label.inputMonth {
    padding: 0.3rem 0.2rem 0.3rem 1.5rem;
}

.btn-orderColection {
    width: 100%;
    background-color: #444444;
}

.btn-orderColection button {
    float: right;
    color: #fff;
    margin-top: 0.5vh;
    background-color: #737373;
}

.btnOrder.btn-preSale {
    width: 7.2vw;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    padding: 15px 0;
}

.btn-preSale.active {
    display: inline-block;
}

#orders table#myTable tr th {
    padding-top: 20px !important;
}

.img-down {
    margin-bottom: 3vh;
}

.blue-folder {
    position: relative;
}

.blue-folder .imgFolder {
    box-shadow: 5px 7px 12px #00000029;
}

.blue-folder .imgFolderTwo {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 100%;
    border-radius: 20px;
    z-index: -1;
    transform: rotate(3deg);
    opacity: 0.3;
}

.img-down img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 0.5vh;
}

/* #downMkt {
    font-family: 'asics30-bold';
} */

#downMkt .img-down div span {
    display: block;
    text-transform: uppercase;
}

#downMkt .title {
    font-size: 2.3vh;
    padding-left: 0.3vw;
}

#downMkt .sku {
    font-size: 1.4vh;
}

#downMkt .gender {
    margin-bottom: 1vh;
}

#downMkt .cod,
#downMkt .gender {
    font-size: 1.3vh;
}

#downMkt .cod,
#downMkt .sku {
    color: #707070;
}

.inputMkt {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.mktSearch div {
    display: inline-block;
}

.mktSelectAll {
    color: #001b55;
    cursor: pointer;
    background: #ffffff !important;
    border: 1px solid #001b55;
    border-radius: 14px;
    padding: 0.5vh 1vh;
    font-family: asics30-bold;
    text-transform: uppercase;
    font-size: 1.2vh;
    box-shadow: 0px 3px 8px -2px #000000;
}


.mktSearch {
    margin-top: 2vh;
    position: sticky;
    padding-bottom: 1vh;
    top: 8.6vh;
    z-index: 999;
    background: #ffffff;
}

.mktForm {
    float: right;
    position: relative;
}

.mktForm .inputForm {
    border: none;
    width: 21vh;
    padding: 0.3vh 4vh;
    box-shadow: 0px 3px 8px -3px #000000;
}

.mktForm form .inputForm::placeholder {
    text-transform: uppercase;
    color: #32C3E5;
    text-align: right;
    font-size: 1.2vh;
}

.mktForm .inputForm:focus {
    outline: none;
}

.btnSearchMkt {
    left: 0;
    border: none;
    height: 100%;
    background: none;
    width: fit-content;
    position: absolute;
}

.btnSearchMkt img {
    height: 70% !important;
}

.mktCards {
    /* max-height: 83vh; */
    /* overflow: auto; */
    margin-top: 1vh;
}

.btnDownMkt {
    color: #00b388;
    cursor: pointer;
    background: #ffffff !important;
    border: 1px solid #00b388;
    border-radius: 14px;
    padding: 0.5vh 3vh;
    font-family: asics30-bold;
    text-transform: uppercase;
    font-size: 1.2vh;
    box-shadow: 0px 3px 8px -2px #000000;
}

.mktInputHide {
    width: 0;
    border: none;
    position: absolute;
}

#marketing .title {
    font-size: 2.5vh;
    color: #001B55;
    font-family: 'asics30-bold';
    line-height: 3;
    font-weight: 600;
    text-transform: uppercase;
}

#marketing {
    margin-top: 2vh;
}

#mkt_history  table tr td {
    border-top: none;
    text-align: center;
    padding-right: 0;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

#mkt_history table tr th {
    border-top: none !important;
    padding: 7px 4px !important;
    vertical-align: top !important;
    line-height: 2;
    border-bottom: 0;
    position: relative;
}

#downMkt .modal.show {
    display: flex !important;
    align-items: center;
}

.card-mkt .borderMkt{
    position: absolute;
    bottom: 4vh;
    width: 80%;
    height: 1px;
    margin-left: 5%;
    background-color: #D0D0D0;
}

.card-mkt {
    width: 97%;
    margin: 0 auto;
    min-height: 70vh;
    padding: 4vh 2vh;
    border: 1px solid #D0D0D0;
}

.link-marketing {
    margin-top: 1vh;
    line-height: 3vh;
    text-align: center;
}

.link-marketing a,
.uploadMkt {
    font-family: 'asics30-regular';
    text-decoration: none !important;
    font-size: 2.3vh;
    color: #001B55;
    cursor: pointer;
    display: block;
    border: 1px solid #001B55;
    border-radius: 20px;
    margin-bottom: 1vh;
    line-height: 2;
}

.uploadMkt:hover,
.link-marketing a:hover {
    color: #001e62;
}

.img-marketing img {
    width: 100%;
    max-height: 413px;
    object-fit: cover;
}

.space-marketing {
    margin-top: 2vh;
}

.betweenMkt {
    display: flex;
    justify-content: space-between;
}


.selectCol {
    color: #fff;
    display: block;
    font-size: 01vh;
    text-transform: none;
    font-family: 'Graphik';
}

.btnOrder.btn-pe {
    height: 100%;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.btnOrder.btn-pe.active {
    display: inline-block;
}

.HBtnOrders .btnOrder  {
    height: 100%;
}

.HBtnOrders {
    height: 7vh;
}

.table table.dataTable.no-footer {
    border-bottom: none; 
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

.blue-img-showroom img {
    width: 30vw;
    float: right;
}

.blue-center-y {
    display: flex !important;
    align-items: center !important;
}

.blue-center-x {
    display: flex;
    justify-content: center;
}

.blu-text-download span {
    color: #000000;
    font-size: 1.7vh;
    font-family: 'asics30-bold';
    text-transform: uppercase;
}

.blue-textprinc-sr {
    color: #001B55;
    
}

.blue-textprinc-sr strong {
    font-family: 'asics30-bold';
    display: block;
    margin-bottom: 1vh;
    font-size: 2.5vh;
}
.blue-textprinc-sr p {
    font-family: 'asics30-regular';
    margin-bottom: 5vh;
    line-height: 1;
    font-size: 2vh;
}
/* //////////////////////////////////////     ss21      //////////////////////////////////// */

.identify {
    display: inline-block;
    width: 1vw;
    height: 1vh;
    margin-right: .3vw;
}

.text-legend {
    font-size: 1.4vh;
    margin: 1vh 0;
}

.emptyCart img {
    width: 100%;
}

.emptyCartText {
    padding-left: 6vw;
}

.emptyCartText h1,
.errorText h1 {
    font-family: 'graphik-medium';
    font-size: 6vh;
}

.emptyCartText strong,
.errorText strong {
    font-family: 'graphik-medium';
    font-size: 2vh;
    display: block;
}

.emptyCartText span,
.errorText span {    
    font-family: 'graphik';
    color: #707070;
    font-size: 2vh;
    display: block;
}

.errorText span { 
    font-size: 1.5vh;
}

.emptyCartText .emptyCartButton,
.errorButton {
    background: #001e62;
    width: fit-content;
    color: #ffffff;
    font-family: 'Graphik';
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 2vh;
    margin-top: 2vh;
    cursor: pointer;
}

.errorButton {
    margin: 2vh auto;
}

.errorText {

}

.products-relateds {
    margin: 1vh 0;
}

.products-relateds img {
    width: 4rem;
    margin-right: 0.5rem;
}

.related-text {
    margin: 3rem 0 0.7rem;
    text-transform: uppercase;
}

.product-related img {
    width: 100%;
}

.product-related span {
    font-family: asics;
    color: #707070;
}

.text-cart {
    font-family: 'graphik-medium';
    text-transform: uppercase;
    font-size: 1.2vh;
    cursor: pointer;
}

.bck-tooltip {
    display: none;
    position: fixed;
    top: 0px;
    width: 100vw;
    bottom: 0;
    height: 100%;
    background: #000;
    opacity: 0.85;
    z-index: 9999999;
}

.modal-tooltip {
    width: 50vw;
    height: fit-content;
    color: black;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 3px 0px #fff;
    padding: 1vh;
}

.modal-tooltip span {
    display: block;
}

.exc-bck {
    background-image: url(/images/blue_catalog/thumbs/H2-24/thumb.png);
    background-size: contain;
    height: 180px;
    position: relative;
}

.exc-bck-s23 {
    background-image: url(/images/blue_catalog/complement/exclusiveS23.jpg);
    background-size: cover;
    height: 180px;
    position: relative;
    background-position: center;
}

.exc-bck-f21 {
    background-image: url(/images/aw21/f21_exc.png);
    background-size: cover;
    height: 180px;
    position: relative;
    background-position: center;
}

.exc-bck-f22 {
    background-image: url(/images/blue_catalog/thumbs/F22/asics/foot_master.png);
    background-size: cover;
    height: 180px;
    position: relative;
    background-position: center;
}

.link-whatsapp {
    color: #ffffff;
}
.link-whatsapp:hover {
    color: #ffffff;
}

.link-whatsapp i {
    font-size: 23px;
    color: #001B55;
}

.aw21-search-products {
    height: 6vh;
}

.aw21-search-product {
    position: fixed;
    top: calc(55px + 4vh);
    z-index: 99;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
    border-radius: 17px;
    line-height: 31px;
    white-space: nowrap;
    width: 90vw;
    margin: 0 5vw!important;
    background: #ffffff;
}

.aw21-search-product .search-form input {
    border: none;
    height: unset;
    line-height: unset;
}
.aw21-search-product .search-form img {
    width: 2vh;
}
.aw21-search-product .search-form button {
    right: 0;
    width: 2vh;
    height: 100%;
    border: none;
    display: flex;
    background: unset;
    line-height: unset;
    position: absolute;
    align-items: center;
    background-color: unset;
}

.filter-active-products {
    line-height: 1.2;
    font-size: 0.7rem;
    color: #ffffff;
    font-family: 'Graphik';
    border-left: 1px solid #ffffff;
}

#search .form-group.aw21-btn-clear {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

#search .form-group.aw21-btn-clear img {
    width: 0.9rem;
}

#special-offers {
    padding-left: 4vw;
}

.rotate-ampli {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.rotate-ampli img {
    width: 80vh;
    transform: rotate(90deg);
}

.ampli-product {
    width: 100vw;
    height: 80vh;
    position: relative;
    left: -15px;
}

.ampli-product.show {
    height: 85vh;
    position: fixed;
    left: 0;
    top: calc(30px + 3vh);
    z-index: 999;
    background: #ffffff;
}

body.show,
.list-results {
    overflow: hidden;
}

.icon-ampli-mob {
    position: absolute;
    top: 95px;
    right: -20px;
    width: 36px;
    height: 36px;
    padding: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px #00000050;
}

.closeFilter,
.button-anchor[aria-expanded=true] img {
	display: none;
}

.button-anchor[aria-expanded=true] .closeFilter {
	display: block;
}

.icon-ampli-mob img {
    width: 100%;
}

.icon-ampli-active.icon-ampli-mob {
    top: 8vh;
    right: 35px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-security {
    position: fixed;
    top: 0;
    height: 2vh;
    width: 100vw;
    background: #ffffff;
}

#catalog .aw21-try-on-pad {
    display: none;
    position: absolute;
    top: 9vh;
    right: 5px;
}

.aw21-try-on-pad a img {
    width: 2vw;
}

.access-showroom {
    color: #32C3E5 !important;
}

.access-showroom img {
    width: 1.3vw;
    margin-right: 0.3vw;
}

.access-showroom:hover {
    cursor: pointer;
}

.showroomWeb {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 8.6vh);
    top: 0;
    right: 0;
    bottom: 0;
}

.showroomWeb iframe {
    height: 100vh;
}

.closeSR {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}

.closeSR img {
    width: 2rem;
}

.access-SR,
.access-ipad {
    width: fit-content;
    padding: 0.5vh 1vw;
    text-align: center;
    background: #fff;
    border-radius: 26px;
}

.access-SR a,
.access-ipad a {
    color: #001B55 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'asics30-bold';
}

.aw21-sr-images {
    display: flex;
    align-items: center;
}
.aw21-sr-images div img {
    width: 100%;
}

.aw21-tex-downSr {
    width: 100%;
    color: #32C3E5;
    font-weight: bold;
    text-align: center;
    padding: 3vh 0 1vh;
    text-transform: uppercase;
    font-family: 'Graphik-Black';
}

#search .form-group button.btn-size {
    font-size: 12px;
    width: fit-content;
    padding: 3px 14px;
    margin-left: 0;
    border: 1px solid #001e62 !important;
    background: #00C3E6;
    border-radius: 7px;
    text-transform: unset;
    font-weight: bolder;
    margin-top: 1vh;
}

#search .form-group button.btn-size:hover {
    cursor: pointer;
    background: #001e62;
    color: #00C3E6;
}

#search .form-group button.btn-size::after {
    display: none;
}

.aw20-desc-cat-foot.aw21-span span {
    font-size: 1.3vh;
    color: #ffffff;
    font-family: 'asics';
    color: #ffffff;
    float: right;
    transform: translate(-2vw, 2vh);
}

.desc-atot {
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transform: translate(6.2vw, 2vh);
}

.desc-foot div,
.desc-atot div {
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
}

.desc-atot div .channelATOT {
    color: #FE6263;
    font-size: 8vw;
    font-family: 'sportstyle_rg';
}

.desc-foot {
    float: right;
    line-height: 1;
    text-align: center;
    width: fit-content;
    text-transform: uppercase;
    transform: translate(0.2vw, 2vh);
}

.desc-foot span {
    font-family: 'asics';
    color: #ffffff !important;
}

.desc-foot div .channelFoot {
    color: #FE6263 !important;
    font-size: 5vw;
    font-family: 'asics';
}

.masterFoot {
    transform: translate(-3.5vw, 0);
}

.linkATOT {
    text-decoration: none !important;
}

.linkFoot {
    position: absolute;
    width: calc(100% - 25px);
    height: 100%;
}

.masterATOT {
    transform: translate(0, -7vh);
}

.aw20-desc-cat-ATOT.aw20-banner-easy span {
    color: #ffffff;
    transform: translate(5vw, -5vh);
}

.aw21-gender {
    font-size: 1.5vh;
    color: #ffffff;
    border-radius: 9px;
    padding: 0.5vh 1vh;
    background: #EEEEEE;
}

.aw21-gender.MASCULINO { 
    background: #001E62;
}

.aw21-gender.FEMININO { 
    background: #f8485e;
}

.aw21-Salve:hover {
    cursor: pointer;
}

.aw20-dashboard-mobile.mobile-dash div.dashM-center {
    width: 100vw;
    margin: 0 auto;
}

.details-order:hover {
    cursor: pointer;
}

.btn-search-orders {
    border: none;
    background: none;
    width: 100%;
}

.btn-search-orders:focus {
    outline: none;
}
.mobile-ml .chat-asics div,
.mobile-ml .s21-tutorial-catalog-mobile div {
    padding: 0;
    line-height: 44px;
    text-transform: unset;
    font-weight: unset;
    font-size: unset;
}

#myTable tbody tr td {
    background: #ffffff;
}

.ml-liActive .menu-list a.ml_collapse::after {
    content: '';
    display: inline-block;
    width: 1vh;
    height: 1vh;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 1vh;
    background-color: #00B388;
    position: relative;
    margin-left: 0.5vw;
}

.back-white {
    background-color: #ffffff;
}

.desc-icon-order {
    padding: 0 0.1vw;
    width: 25%;
}

.aw21-td-emitido {
    color: #9B26B6;
    font-weight: bold;
}
.aw21-td-editando {
    color: #FFA300;
    font-weight: bold;
}
.aw21-td-rascunho {
    color: #001E62;
    font-weight: bold;
}
.aw21-td-liberado {
    color: #d0df00;
    font-weight: bold;
}
.aw21-td-bloqueio {
    color: #f8485e;
    font-weight: bold;
}
.aw21-td-separacao {
    color: #00bbdc;
    font-weight: bold;
}
.aw21-td-faturado {
    color: #00B398;
    font-weight: bold;
}
.aw21-td-cancelado {
    color: #000000;
    font-weight: bold;
}

#orders {
    padding: 0 !important;
    padding-bottom: 80px!important;
}

.rowBtnOrderPre {
    margin: 2vh 0;
}

.text-transparent {
    color: transparent;
    text-shadow: none !important;
}

.btnOrder,
.clearSearchOrder {
    text-transform: uppercase;
    font-family: 'graphik-medium';
    box-shadow: 0px 1px 2px 0px #000000;
    display: inline-block;
    background: #ffffff;
    padding: 5px 15px;
    color: #32C3E5;
    font-size: 1.5vh;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

.btnOrder {
    margin-right: 0.5vw;
}

.clearSearchOrder {
    float: right;
    padding: 5px 8px;
    border-radius: 9px;
}

.clearSearchOrder a {
    color: #32C3E5;
}

.btnOrder:hover {
    cursor: pointer;
}

.btnOrder.active {
    background: #001e62;
}

.btnOrder a {
    text-decoration: none;
}

.btnOrder.active a {
    color: #fff;
    text-decoration: none;
}

#dashboard .aw20-top-dash {
    top: 7vh;
}

main.main-iframe {
    margin-top: 3vh;
}

.header-iframe {
    height: 2rem;
    width: 83%;
    z-index: 9999;
    background-color: #ffffff;
    display: block;
    margin: 2vh auto 0;
    border-top-right-radius: 0.7rem;
    border-top-left-radius: 0.7rem;
    box-shadow: 0px 12px 14px #00000029;
}

.close-iframe,
.close-maxi {
    font-family: 'asics30-bold';
    background: #fff;
    color: gray;
    margin-right: 2rem;
    border: 1px solid gray;
    border-radius: 2rem;
    padding: 0.1rem 0.7rem;
    position: relative;
    top: 0.5rem;
    width: fit-content;
    float: right;
}

.close-maxi {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.close-iframe:hover,
.close-maxi:hover {
    cursor: pointer;
}



.aw21-title-Vproduct span {
    font-family: 'asics';
    font-size: 1.7vh;
    color: #72767B;
}

.aw21-product-price {
    margin-bottom: 2vh;
}
.aw21-product-price span {
    font-family: 'asics';
    color: #72767B;
    font-size: 1.3vh;
}

#product .info ul#aw20-product-ul li,
.aw20-product #aw20-product-desc p {
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 0.5vh;
    font-family: graphik-medium;
    font-weight: unset;
    color: #707070;
    font-size: 1.3vh;
}

#product .info.aw20-product .badge.FEMININO {
    font-family: 'asics30-regular';
    background: unset;
    font-size: 0.8rem;
    color: #f8485e;
    font-weight: unset;
    padding: 0px;
}

#product .info.aw20-product .badge.MASCULINO {
    font-family: 'asics30-regular';
    background: unset;
    font-size: 0.8rem;
    color: #001E62;
    font-weight: unset;
    padding: 0px;
}

#product .carroussel ol {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-top: 2px solid #021F62; */
    width: 90%;
    margin: 0 auto;
}

#product .carroussel.cr-prod ol {
	display: block;
	margin: 10px auto;
}

#product .carroussel ol li {
    margin: 0 5px !important;
}

#product .carroussel ol li figure {
    margin-bottom: 0;
}

#product .carroussel ul li figure {
    max-height: 41vh;
    display: flex;
    align-items: center;
}

#product .carroussel.cr-prod ul li figure {
    max-height: unset;
}

#product .aw20-product-download {
    display: none !important;
}

#product .aw20-search-bcgColor {
    min-height: calc(100vh - 8.6vh);
}
#product .carroussel ul li img {
    width: 100%;
}

#product {
    margin-top: 2vh;
}

.aw20-aviso-filtro {
    background-color: #f8485e;
    color: #001E62;
    font-family: graphik-semibold;
    line-height: 1;
    padding: 15px 5px;
    border: 1px solid #001E62;
    border-radius: 9px;
    width: 97%;
    margin: 4px auto;
    text-align: center;
}

.aw20-filtrar-search {
    font-size: 12px;
    padding: 3px 14px;
    margin-left: 0;
    border: 1px solid #001e62 !important;
    background: #00C3E6;
    border-radius: 7px;
    font-weight: bolder;
}

.aw20-search-filtrar {
    border-bottom: 1px solid #eee;
    background: #EEEEEE;
    padding: 3px;
    border-radius: 6px;
}

.aw20-search-filtrar strong {
    text-transform: uppercase;
    color: #5B5B5B;
    font-size: 1.4em;
}

#search .aw20-prodDash-net {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#search .aw20-Bremove-net {
    padding: 0 !important;
    color: #001E62 !important;
}

.aw20-dash-filter {
    background: #707070;
    padding: 12px 5px;
    border-radius: 9px;
    width: 97%;
    margin: 4px auto;
}

.aw20-search-filtrarSub {
    border-bottom: 1px solid #eee;
}

.aw20-search-filtrarSub strong {
    text-transform: lowercase;
    font-family: 'asics30-bold';
    color: #001B55;
    font-size: 1.2rem;
}

.aw20-search-filtrarSub strong::first-letter {
    text-transform: uppercase;
}

.aw20-prodDash-net img {
    width: 22px;
    margin-right: -1px;
}

.aw20-dash-filter .aw20-Bremove-net a {
    color: #fff !important;
}

.aw20-Bremove-net a {
    color: #001E62 !important;
    font-size: 0.7rem;
    line-height: 1;
}

#search .ui-widget-content, .ui-widget-header {
    border: none !important;
    background: #E4E5F3 !important;
    margin: 0.5rem 0;
}

#disponibilidade .ui-slider .ui-slider-handle {
    width: 2em !important;
    height: 1.5em !important;
    text-align: center;
    font-size: 10pt;
}

#search .form-group.aw20-after-net {
    border-bottom: 1px solid #eee;
    padding-bottom: 13px !important;
    padding-top: 13px !important;
    margin-bottom: 0 !important;
}

.order-cards-search {
    width: 2.5rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #707070;
    color: #001B55;
    border-radius: 25px;
    font-family: 'asics30-regular';
    margin-bottom: 0.5vh;
    line-height: 1;
    font-size: 0.8rem;
}

.order-cards-search:hover {
    background: #B6B8DC;
    border: 1px solid #B6B8DC;
}

.order-cards-search input {
    width: 100%;
    height: 100%;
    margin: 0;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.order-cards-search input:hover,
.order-cards-search:hover {
    cursor: pointer;
}

.order-cards-search.selected {
    color: #001B55;
    border: 2px solid #001B55;
    font-family: 'asics30-bold';
}

.order-cards-search label {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#account {
    margin: 4vh 0 !important;
}

.aw21-showroom {
    width: 100vw;
    position: relative;
    height: calc(75vh - 8.6vh);
    background: #cecece;
    background-size: cover;
    background-position: center;
}

.aw21-tryon {
    width: 100vw;
    position: relative;
    height: calc(100vh - 8.6vh);
    background: url('/images/aw21/try-on.png');
    background-size: cover;
    background-position: center;
}

.aw21-tryon span {
    color: #ffffff;
    position: relative;
    font-family: 'Graphik-Black';
    top: 15vh;
    margin-bottom: 1vh;
}

.aw21-tryon span.span-tryon {
    text-transform: uppercase;
    line-height: 7vh;
}

.aw21-tryon .tryon-down {
    margin-bottom: 2vh;
}

.aw21-tryon .tryon-down span {
    top: 0;
    text-transform: uppercase;
}

.img-tryon {
    margin-top: 18vh;
}

.img-tryon img {
    width: 10vw;
    margin-bottom: 2vh;
}

.text-progress {
    position: absolute;
    left: 0;
    right: 0;
}

.aw21-container {
    padding: 0;
    height: 100%;
    position: relative;
}

.cart-line-fixed .header .line-bottom {
    top: 0 !important;
}

.iframe-cart {
    position: fixed;
    top: 8.6vh;
    width: 100vw;
    height: calc(91.4vh);
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.8);
}

#iframe-cart header {
    /* display: none; */
    width: 100%;
}

.iframe-cart iframe {
    width: 83%;
    height: 88%;
    margin: 0 auto;
    display: block;
    /* background: #ffffff; */
    background: url('/images/aw20/Spinner-loading.gif') #ffffff center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
    box-shadow: 0px 12px 14px #00000029;
}

.iframe-cart iframe #line-bottom {
    display: none !important;
}

.product-modal:hover,
.product-modal-pe:hover {
    cursor: pointer;
    /* cursor: -webkit-zoom-in; */
}

#cart .header .line-top {
    margin-top: 4vh !important;
}

.orderCards {
    height: 8vh;
    background-color: white;
    font-size: 1.5vh;
    color: #707070;
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #00000040;
}

.orderCards .search-form {
    border: none;
}

.orderCards .search-form input {
    border: none;
    height: 100%;
}

.orderCards .search-form input:focus {
    outline: none;
}

#catalog #mb_anchor #anchor-input::placeholder {
    text-transform: uppercase;
    font-family: graphik-medium;
    color: #707070;
}

.orderCards .search-form input::placeholder {
    text-transform: uppercase;
    font-family: graphik-medium;
}

.icon-orders {
    background: #001e62;
    height: 59%;
    display: inline-flex;
    border-radius: 17px;
    align-items: center;
}

.icon-orders.cifrao{
    background: #001e62;
}

.icon-orders.search {
    background: #001e62;
}

.orderCards span {
    text-transform: uppercase;
    font-family: graphik-medium;
}

.orderCards .aw20-borderBottom-myOrders { 
    border: none;
}

.video-js .vjs-big-play-button {
    top: 40% !important;
    left: 40% !important;
}

.activeAnchor {
    background-color: #001e62;
}

.qnt-cart .float {
    display: none;
}

.qnt-cart span {
    position: absolute;
    top: 10px;
    left: 27px;
    color: #fff;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    background: #B9411D;
    border: 1px solid #B9411D;
    font-family: 'asics30-bold';
}

.img-thumb-desk {
    position: relative;
    text-align: center;
}

.imgCheck {
    display: none;
}

.prodCheck .imgCheck {
    display: block;
}

.add-position {
    position: absolute;
    top: 0%;
    right: 7%;
    line-height: 1;
}

.add-position:hover {
    cursor: pointer;
}

.img-thumb-mob a .icon-cart-buy,
#search .search-result .carroussel .img-thumb-desk a .icon-cart-buy {
    width: 100% !important;
}

.mark-thum-prod {
    width: 100%;
    display: flex;
    justify-content: center;
}

.m-space {
    position: relative;
}

.try-on-cat img,
.icon-360-cat img {
    width: 100%;
}

.try-on-cat {
    position: absolute;
    top: 0;
    right: -20px;
    width: 28px;
}

.icon-360-cat {
    position: absolute;
    top: 48px;
    right: -20px;
    width: 28px;
}

.catalogMobile {
    padding: 0 40px;
}

.aw21-barra-tab {
    line-height: 1.8;
    padding: 0 5px;
}

.icon-orders img {
    height: 58%;
    margin: auto;
}

/* **** Dash-mobile **** */

.icon-desc  {
    text-align: center;
    margin-bottom: 2vh;
}

.icon-desc span {
    display: block;
    font-size: 12px;
    color: #001e62;
}



/* **** Fim dash-mobile **** */

.m-carroussel {
    position: relative;
    margin: 1vh 0;
}

.img-cat-mob {
    width: 100%;
}

.img-thumb-mob {
    width: 30%;
}

.img-thumb-mob img {
    width: 100%;
}

#account .bck-account {
    padding-left: 20px;
}

#account .bck-account h3 {
    font-family: 'asics30-bold';
}

#cart .table-responsive tbody tr td:first-child {
    background: #fff;
}

#cart .header .line-bottom {
    z-index: 99999;
}

#cart .aw20-background-fff {
    background-color: #fff;
    min-height: 100vh;
}

.stick-menu {
    background: #00B398;
    position: fixed;
    height: 100%;
    right: 0;
}

.aw20-dashboard-mobile .full-mobile {
    justify-content: unset;
    display: inline-flex;
    width: fit-content;
    padding: 0px;
    padding-right: 0;
}

.aw20-dashboard-mobile.mobile-dash .full-mobile {
    padding-right: 33vw;
    width: fit-content;
    padding: 0;
}

 /* menu mobile */

.mobile-ml {
    position: fixed;
    left: -100vw;
    top: 55px;
    bottom: 20px;
    z-index: 99999999;
    background-color: #ffffff;
    border-top: 1px solid #d0d0d0;
    width: 0;
    transition-duration: .8s;
    box-shadow: -2px 1px 10px #000000;
}

.mobile-ml.show {
    width: 100vw;
    top: calc(49px + 3vh);
    /* border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; */
    left: 0;
    overflow: auto;
    transition-duration: .8s;
}

.border-mb {
    height: 20px;
    display: flex;
    align-items: center;
}
.border-mb div {
    background: #ffffff;
    width: 23%;
    height: 1px;
}

.menu-mobile .mobile-ml .aw21-search .search-form   button {
    opacity: 0;
    width: 0 !important;
    transition-duration: .5s;
}

.aw21-search.mobile-search {
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.6);
    border-radius: 17px;
    line-height: 31px;
    white-space: nowrap;
    position: sticky;
    width: 90vw;
    top: 60px;
    margin: 0 auto 1vh !important;
    z-index: 999;
    background: #ffffff;
}

.aw21-search.mobile-search .search-form {
    width: 100%;
    max-width: unset;
}

.bck-search-mobile {
    width: 100vw;
    height: 5px;
    background: #ffffff;
    margin-top: 55px;
    position: sticky;
    top: 55px;
    z-index: 99;
}

#catalog.catalog-mobile-top {
    margin-top: 0 !important;
}

#anchor-input::placeholder {
    color:#E0E0E0;
    font-size: 11px;
}

#anchor-input {
    width: 100%;
    border: 1px solid #E0E0E0;
    line-height: 2;
    border-radius: 8px;
}

#mb_anchor {
    position: absolute;
    background: #ffffff;
    z-index: 999999;
    width: 85vw;
    margin: 0 auto;
    padding: 7px;
    margin-top: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    height: 83vh;
    overflow: auto;
    padding-bottom: 80px;
}

#mb_anchor table tr td a {
    text-transform: lowercase;
}

#mb_anchor table tr td a::first-letter {
    text-transform: uppercase;
}

.button-anchor {
    width: 100%;
    border: none;
    color: #32C3E5;
    font-family: graphik;
    line-height: 1;
    background: none;
}

.button-anchor img,
.button-anchor svg {
    width: 2vh;
    float: right;
}

.button-anchor:focus {
    outline: none;
}

.menu-mobile .mobile-ml.show .aw21-search .search-form button {
    opacity: 1;
    width: 18px !important;
    transition-duration: .5s;
    background: url(/images/ss21/icon-search.png) no-repeat center;
    top: 6px;
    object-fit: unset;
    right: 12px;
    background-size: contain;
}

.ul-mobile-ml {
    padding: 0 0 70px;
    list-style: none;
    text-align: center;
}

.ul-mobile-ml li {
    padding: 0 10px !important;
}

.ul-mobile-ml li a {
    color: #001b55 !important;
}

.ul-mobile-ml li button img,
.ul-mobile-ml li div a i,
.ul-mobile-ml li div a img {
    margin-right: 10px;
}

.ul-mobile-ml li button.btn-pronta::after {
    display: none;
}
.ul-mobile-ml li button::after {
    display: block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #001B55;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 18px;
    top: 18px;
    transform: rotate(0deg);
    transition-duration: 0.3s;
}

.ul-mobile-ml li button.open::after {
    transform: rotate(180deg);
    transition-duration: 0.3s;
}

.ul-mobile-ml li button:focus {
    outline: none;
}

.aw21-button-mobile.bck-mb,
.aw21-button-mobile.bck-mb button{
    background-color: #cecece;
}

.bck-mb .collapse.show {
    background-color: #cecece;
    text-align: left;
    padding-left: 20px;
}

.aw21-search {
    position: relative;
    line-height: 44px;
    margin: 2vh 0 3vh!important;
    white-space: nowrap;
}

.aw21-search .search-form {
    margin: 0 auto;
    width: 85%;
    border: 1px solid #001e62;
    position: relative;
    background: #FFFFFF;
    border: none;
    border-radius: 40px;
}

.aw21-search .search-form input {
    height: 37px;
    border: 1px solid #001b55;
    border-radius: 40px;
}

.aw21-button-mobile {
    padding-left: 10px;
}

.aw21-button-mobile button {
    padding: 0;
    border: none;
    display: inherit;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    color: #001b55 !important;
    text-align: left;
}

.logout.aw21-button-mobile {
    margin-top: 11vh !important;
}

.logout div a {
    color: #ffffff;
    padding: 10px 18px;
    background: #001B55;
    border-radius: 20px;
}

.logout div a img {
    /* height: 45%; */
}


.aw21-mob-foot {
    display: none ;
}

.aw21-mark {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #001E62 !important;
    background: #00c3e6;
    padding: 3px 8px;
    list-style: none;
    border-radius: 9px;
    margin: 3px 0;
}
/* //////////////////////////////////////     tutorial Header      //////////////////////////////////// */


.carousel {
    max-width: 90vw;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#catalog .carousel,
#catalog .carousel-inner {
    overflow: unset;
    overflow-x: unset;
    overflow-y: unset;
}

.carousel__inner {
    font-size: 0;
    white-space: nowrap;
    transition: transform 1s ease;
}

.carousel__item {
    font-size: 1em;
    display: inline-block;
    width: 100%;
}

.carousel__item a img {
    width: 25%;
}

.carousel__item>img {
    padding: 0 5px;
    display: block;
    max-width: 100%;
    width: 25%;
    display: inline-block
}

.carousel__btn {
    position: absolute;
    height: 33.85vh;
    width: 25px;
    font-size: 1em;
    font-weight: bold;
    border: none;
    background: rgba(0, 0, 0, .5);
    color: white;
    color: white;
    display: block;
}

.carousel__btn--prev {
    left: 0;
}

.carousel__btn--next {
    right: 0;
}

.carousel__paginacao {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
}

.carousel__paginacao li {
    list-style: none;
    margin: 0 10px;
    padding: 0;
    display: inline-block;

}

.carousel__paginacao li:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    opacity: .8;
    box-shadow: 0 0 2px black;
}

.carousel__paginacao li.atual:after {
    opacity: 1;
    background: #00bbdc;
}
/* //////////////////////////////////////     tutorial        ///////////////////////////////////////// */
.modal-tutorial .carousel-control-prev,
.modal-tutorial .carousel-control-next {
    width: 5% !important;
    top: 70px;
    bottom: 70px;
}
.tutorial-mobile {
    display: none;
}
.scale-on {
    position: absolute;
    left: 0;
    right: 0;
    top: 4vh;
    width: 72% !important;
    margin: 0 auto !important;
}
.tutorial body,
.tutorial html {
  padding: 0 10px;
  margin: 0;
  background: #0e0f11;
  color: #ecf0f1;
  font-family: 'Open Sans', sans-serif;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.tutorial * {
  box-sizing: border-box;
}
.tutorial h1,
.tutorial p {
  text-align: center;
}
.tutorial p {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.tutorial a:link,
.tutorial a:hover,
.tutorial a:active,
.tutorial a:visited {
  -webkit-transition: color 150ms;
  transition: color 150ms;
  color: #95a5a6;
  text-decoration: none;
}
.tutorial a:hover {
  color: #7f8c8d;
  text-decoration: underline;
}
.tutorial .contain {
  width: 80%;
}
.tutorial .row {
  overflow: scroll;
  overflow-y: hidden;
  width: 100%;
}
.tutorial .row__inner {
  -webkit-transition: 450ms -webkit-transform;
  transition: 450ms -webkit-transform;
  transition: 450ms transform;
  transition: 450ms transform, 450ms -webkit-transform;
  font-size: 0;
  white-space: nowrap;
  margin: 70.3125px 0;
}
.tutorial .tile {
  position: relative;
  display: inline-block;
  width: 25%;
  /* height: 22vh; */
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 450ms all;
  transition: 450ms all;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.tile__media {
    position: relative;
    line-height: 1;
}
.tile__img {
    width: 100%;
    height: 33.85vh;
  /* -o-object-fit: cover;
     object-fit: cover; */
}
.tile__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(rgba(0,0,0,0)));
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  -webkit-transition: 450ms opacity;
  transition: 450ms opacity;
}
.tile__details:after,
.tile__details:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: #000;
}
.tile__details:after {
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid #ecf0f1;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}
.tile__details:before {
  content: '▶';
  left: 0;
  width: 100%;
  font-size: 30px;
  margin-left: 7px;
  margin-top: -18px;
  text-align: center;
  z-index: 2;
}
.tile:hover .tile__details {
  opacity: 1;
}
.tutorial .tile__title {
  position: absolute;
  bottom: 0;
  padding: 10px;
}
.tutorial .row__inner:hover {
  -webkit-transform: translate3d(-62.5px, 0, 0);
          transform: translate3d(-62.5px, 0, 0);
}
.tutorial .row__inner:hover .tile {
  opacity: 0.3;
}
.tutorial .row__inner:hover .tile:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
}
.tutorial .tile:hover ~ .tile {
  -webkit-transform: translate3d(125px, 0, 0);
          transform: translate3d(125px, 0, 0);
}

.tutorial {
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.tile__media strong {
    text-transform: uppercase;
    font-family: asics;
    color: #ffffff;
    display: block;
    font-size: 1.5vw;
}

.tutorialPassword{
    position: absolute !important;
    text-align: right;
    padding: 1vw;
    width: 100%;
    bottom: 0;
}
.tutorialPassword strong {
    text-shadow: #000 2px 3px 2px;
}
.tutorialPassword-es strong {
    font-size: 1.2vw;
}

.tutorialMenu {
    position: absolute !important;
    text-align: center;
    width: 100%;
    top: 7vh;
}
.tutorialMenu strong {
    color: #00C3E8;
}

.tutorialPreSale{
    position: absolute !important;
    text-align: right;
    padding: 0 0.5vw;
    width: 100%;
    bottom: 0;
}
.tutorialPreSale strong{
    text-shadow: #000 2px 3px 2px;
    font-size: 1.7vw;
}

.tutorialPurchase{
    position: absolute !important;
    text-align: left;
    padding: 0 0.5vw;
    width: 100%;
    bottom: 0;
}
.tutorialPurchase strong{
    font-size: 1.7vw;
}

.tutorialReady{
    position: absolute !important;
    text-align: center;
    padding: 0 0.5vw;
    width: 100%;
    bottom: 0;
}
.tutorialReady strong{
    text-shadow: #000 2px 3px 2px;
    font-size: 1.7vw;
}
.tutorialReady strong:first-child {
    padding-right: 4vw;
}
.tutorialReady strong:last-child {
    padding-left: 4vw;
}

.tutorialShowroom{
    position: absolute !important;
    text-align: center;
    width: 100%;
    top: 5vh;
}
.tutorialShowroom strong{
    font-size: 1.7vw;
}

.tutorialLibrary{
    position: absolute !important;
    text-align: center;
    width: 100%;
    top: 12vh;
}
.tutorialLibrary strong{
    color: #001E62;
    font-size: 1.7vw;
}

.tutorial_logo {
    position: absolute;
    top: 0;
    left: 0;
}
.tutorial_logo img {
    width: 2vw;
    object-fit: scale-down;
}

.tutorialExclusive{
    position: absolute !important;
    text-align: left;
    padding: 0 0.5vw;
    width: 100%;
    bottom: 0;
}
.tutorialExclusive strong{
    text-shadow: #000 2px 3px 2px;
    font-size: 1.7vw;
}

/* //////////////////////////////////////     modal tutorial        /////////////////////////////////// */


.modal-tutorial {
    background-color: #fff;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8vw;
}

.img-princ {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-img {
    width: 50vw;
    height: 50vh;
    margin-right: 15px;
}

.tutorial-thumbs {
    width: 12vw;
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.tutorial-thumbs img{
    width: 50%;
}

.tutorial-thumbs .thumbDesc{
    width: 40%;
    line-height: 1;
    padding-left: 10px;
    font-family: graphik;
}

.imgThumb-tutorial {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 3px;
}

.imgThumb-tutorial::after {
    transform: scale(1.2);
}

.titleModal-thumb {
    margin-top: 1vh;
    color: #001E62;
    font-weight: bolder;
    font-family: asics-office;
}

/* //////////////////////////////////////     account        ////////////////////////////////////////// */

#account .loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}

#account .loader.adding {
    display: flex;
    justify-content: center;
    align-items: center;
}

#account .blueTextLight {
    font-family: 'asics30-regular';
}

.bck-account {
    background: #ffffff;
}
.bck-account h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 0;
}

.form-account {
    padding: 5px 0;
}

.form-account input,
.form-account select {
    border: 1px solid #707070;
    border-radius: 8px;
}

.form-account input:focus, 
.form-account select:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
} 

.bck-account button.dblue {
    background: #001e62;
    color: #00c3e6;
    border-radius: 9px;
    font-weight: bolder;
}
.bck-account button.dblue:hover {
    background: #001e62;
    color: #00c3e6;
    cursor: pointer;
}

#account aside ul.block-menu li {
    border-left: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#account aside ul.block-menu li:hover {
    background: #E4E5F3;
}

#account aside ul.block-menu li.blueBackAccount:hover {
    background: transparent;
}

#account aside ul.block-menu li a {
    line-height: 1;
    font-size: 0.85rem;
    font-family: 'asics30-regular';
}

#account aside ul.block-menu li.active a{
    line-height: 1;
    font-family: 'asics30-bold';
}

#account aside ul.block-menu li.active {
    background: #ffffff;
    border-left: 6px solid #001B55;
}
/* //////////////////////////////////////     catálogo        ///////////////////////////////////////// */


.aw20-descCat-prod {
    max-height: 20vh; 
    width: 70%; 
    overflow-y: auto; 
    height: 13vh;
}

.btn-index {
    padding-left: 5px !important;
}

.btn-index:hover {
    cursor: pointer;
    background-color: #F2F3F7;
}

.tdActive {
    background-color: #F2F3F7;
}

.iconActive {
    border: 1px solid #E4E5F3 !important;
    border-radius: 5px;
}

.catalogTemp .tdIndice tr td {
    display: block;
    text-transform: lowercase;
    color: #444444;
    font-family: graphik;
    padding: 1vh 0;
}
.catalogTemp .tdIndice tr td::first-letter {
    text-transform: uppercase;
}

.scrollIndice {
    height: 27.5rem;
    padding: 10px 15px;
}

.borderIndice {
    width: 100%;
    height: 3rem;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.borderIndice button {
    margin: 10px;
    background: none;
    border: none;
}

.borderIndice button:focus {
    outline: none;
}

.borderIndice button i {
    color: #E4E5F3;
}

.inputIndice {
    position: relative;
    height: 3rem;
    border: 13px solid #f0f0f0;
}

.inputIndice button {
    border: none;
    padding: 0;
    line-height: 26px;
    height: 20px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/ss21/icon-search.png) no-repeat center;
    background-size: contain;
}

.catalogTemp .inputIndice input {
    color: #001B55;
    font-family: 'asics30-bold';
    display: block;
    padding-left: 7px;
    border: none;
    width: 100%;
    background: #E4E5F3;
}

.select2-dropdown {
    left: 0 !important;
}

.select2-dropdown {
    border: none !important;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #596A91 !important;
    margin: 3px 0 !important;
    border-radius: 3rem;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 75vh !important;
}

.select2-results__option[aria-selected] {
    text-transform: lowercase;
    color: #444444;
    font-family: graphik;
}

.select2-results__option[aria-selected]::first-letter {
    text-transform: uppercase;
}

.catalogTemp #aw20-indice,
.catalogTemp #lista,
.catalogTemp .aw20-searchCatalog {
    text-align: left;
    width: 100% !important;
    height: 100%;
    overflow: auto;
}

.catalogTemp #aw20-indice .select2-container {
    width: 100% !important;
}

#catalog li .slotTemp .related .checked:after {
    content: " ";
    z-index: 9;
    background-image: url(/images/aw20/check.png);
    background-repeat: no-repeat !important;
    border: none !important;
    border-radius: none !important;
    top: 16px;
    right: 30px;
    left: unset !important;
}

.iframe-catalog {
    height: 76%;
}

.aw20-packs-catalog {
    position: absolute;
    right: 0;
    transform-origin: right;
    padding: 0.6rem 0.85rem 0.4rem;
    top: 10vh;
    width: unset;
    z-index: 999999;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 9rem;
    box-shadow: 0px 0px 6px #00000050;
}

.aw20-packs-catalog:hover {
    cursor: pointer;
}

.aw20-packs-catalog img {
    object-fit: contain;
    width: 2.7vh;
}

.aw20-packs-catalog div:first-child {
    padding: 0;
}

.aw20-packs-catalog div {
    text-transform: uppercase;
    font-family: 'asics30-bold';
    font-size: 1.3rem;
    line-height: 1;
    color: #001B55;
    display: flex;
    align-items: center;
}



.aw20-indice-catalog {
    position: absolute;
    right: 0;
    transform-origin: right;
    padding: 0.6rem 1rem 0.4rem;
    top: 5vh;
    width: unset;
    z-index: 999999;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 9rem;
    box-shadow: 0px 0px 6px #00000050;
}

.aw20-indice-catalog img {
    object-fit: contain;
    width: 2.7vh;
}

.aw20-indice-catalog div {
    text-transform: uppercase;
    font-family: 'asics30-bold';
    font-size: 1.3rem;
    line-height: 1;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 0;
}

.aw20-indice-catalog:hover {
    cursor: pointer;
}

.aw20-indice-catalog-capa,
#catalog .group .aw20-indice-catalog-capa {
    right: 17px !important;
    top: 15vh !important;
    height: unset !important;
}
.aw20-indice-catalog-capa div, 
#catalog .group .aw20-indice-catalog-capa div{
    position: relative !important;
    top: unset !important;
    height: unset !important;
}

.chat-asics.chat-none{
    display: none !important;
}

.s21-top-tutorial.s21-tutorial-catalog,
.s21-top-chat.chat-asics {
    position: relative;
    display: inline-block;
    transform: unset;
    margin: 0;
    top: unset;
    height: unset;
}

.s21-top-tutorial.s21-tutorial-catalog div,
.s21-top-chat.chat-asics div {
    line-height: unset;
    display: unset;
    align-items: unset;
    padding: 3px 8px;
    background: #00C3E6;
    font-size: 10px;
    border-radius: 5px;
}

.s21-tutorial-catalog-mobile,
.aw20-modal-exit-mobile {
    display: none;
}

/* .s21-tutorial-catalog,
.s21-tutorial-catalog-mobile {
    position: absolute;
    right: 14px;
    transform: rotate(-90deg);
    transform-origin: right;
    top: 57vh;
    z-index: 999999;
    display: flex;
    justify-content: center;
    background-color: #001E62;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    padding: 0 10px;
} */

.s21-tutorial-catalog:hover,
.s21-tutorial-catalog-mobile:hover {
    cursor: pointer;
}

.s21-tutorial-catalog img,
.s21-tutorial-catalog-mobile img {
    object-fit: contain;
    width: 2.7vh;
}

.s21-tutorial-catalog div,
.s21-tutorial-catalog-mobile div {
    text-transform: uppercase;
    font-family: asics-office;
    line-height: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0.5vw 1vw;
}

/* .chat-asics {
    position: absolute;
    right: 14px;
    transform: rotate(-90deg);
    transform-origin: right;
    top: 40vh;
    z-index: 999999;
    display: flex;
    justify-content: center;
    background-color: #001E62;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    padding: 0 10px;
} */

.chat-asics:hover {
    cursor: pointer;
}

.chat-asics img {
    object-fit: contain;
    width: 2.7vh;
}

.chat-asics div {
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0.5vw 1vw;
}

.chat-iframe {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.container-chat {
    width: 30%;
    height: 50%;
    background: #fff;
}

.container-chat iframe{
    width: 100%;
    height: 100%;
    background: #fff;
}

.aw20-tutorial-catalog:hover {
    cursor: pointer;
}

.aw20-tutorial-exit, 
.aw20-tutorial-exit-mobile, 
.aw20-chat-exit, 
.aw20-sr-exit, 
.aw20-modal-exit {
    position: absolute;
    left: 14px;
    transform: rotate(-90deg);
    transform-origin: left;
    top: 60vh;
    padding: 1px 10px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    background-color: #00bbdc;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.aw20-tutorial-exit:hover,
.aw20-tutorial-exit-mobile:hover,
.aw20-chat-exit:hover,
.aw20-sr-exit:hover,
.aw20-modal-exit:hover {
    cursor: pointer;
}

.aw20-tutorial-exit img,
.aw20-tutorial-exit-mobile img,
.aw20-chat-exit img,
.aw20-sr-exit img,
.aw20-modal-exit img {
    object-fit: contain;
    width: 2vh;
}

.aw20-tutorial-exit div,
.aw20-tutorial-exit-mobile div,
.aw20-chat-exit div,
.aw20-sr-exit div,
.aw20-modal-exit div {
    text-transform: uppercase;
    font-family: asics-office;
    font-weight: bold;
    line-height: 1;
    color: #001E62;
    display: flex;
    align-items: center;
    padding: 0.5vw 1vw;
}

header #line-bottom {
    position: fixed;
    z-index: 99999999;
    top: 2.6vh;
}

header #line-top {
    position: fixed;
    z-index: 999999999;
    top: 0;
}

header #wrapmenu {
    height: 100%;
}

main {
    margin-top: 8.6vh;
}

.aw20-tutorial-catalog img {
    width: 80%;
    margin-top: 0.6vh;
    height: 80%;
}

.aw20-tutorial-catalog div {
    width: 0px;
    word-wrap: break-word;
    white-space: pre-wrap;
    transform: translate(-1vw, 2vh);
    font-size: 1.3vh;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: asics-office;
}

.bckPacks,
.bckIndice {
    position: absolute;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.bckPacks .container-fluid,
.bckIndice .container-fluid {
    height: 100%;
}

.packsCatalog th { position:relative; }
.packsCatalog th .estrutura-tooltip { display:none; position:absolute; bottom:63px; width:150px; text-align:center; padding:0 10px 6px; background:#fff; left:50%; margin-left:-75px; box-shadow:0 0 3px rgba(0,0,0,0.4); }
.packsCatalog th:hover .estrutura-tooltip { display:block; }
.packsCatalog th .estrutura-tooltip:before { content:" "; width: 0; height: 0;  border-left:10px solid transparent; border-right: 10px solid transparent; border-top:10px solid #fff; position:absolute; bottom:-10px; left:50%; margin-left:-10px; }
.packsCatalog th .estrutura-tooltip span { display:block; margin:6px 0 0; font-size:12px; font-weight:normal; line-height:18px; color:#001e62}

.closePacks-catalogo {
    position: absolute;
    left: -42px;
    top: 0;
}
.closePacks-catalogo button {
    background: #001B64;
    border: none;
    color: #00C3E8;
    width: 45px;
    border-radius: 6px;
    padding: 5px 6px;
}

.titlePacks-catalogMasc {
    text-align: center;
    width: 100%;
    color: #001e62;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 2vh;
}

.titlePacks-catalogFem {
    text-align: center;
    width: 100%;
    color: #9B26B6;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 2vh;
}

#data_body {
    height: 100%;
}

.aw20-tableMasc {
    max-height: 46%;
    height: 46%;
}

.aw20-tableCenter {
    position: relative;
    max-height: 8%;
    height: 8%;
}

.aw20-tableCenter span {
    font-family: graphik;
    color: #fff;
    font-size: 2vw;
    font-weight: bold;
}

.aw20-tableFem {
    max-height: 46%;
    height: 46%;
}

.packs-catalog {
    position: absolute;
    right: 0.4rem;
    top: 6vh;
    padding-bottom: 3vh;
    bottom: unset;
    width: 27vw;
    background-color: #ffffff;
    border: 2px solid #001B55;
    border-radius: 1.5rem;
}

.packs-indice {
    position: absolute;
    right: 1vh;
    top: 6vh;
    height: 37rem;
    width: 27vw;
    background-color: #fff;
    border: 2px solid #001B55;
    border-radius: 1.5rem;
}

.borderIndiceText {
    color: #ffffff;
    font-family: 'asics30-bold';
    font-size: 1.5rem;
    text-transform: uppercase;
    border-top-right-radius: 1.35rem;
    border-top-left-radius: 1.35rem;
    background: #000000;
    text-align: center;
    padding-top: 0.5rem;
}

.packs-catalog table{
    margin: 3vh auto 0;
    max-width: 95%;
}

.packs-catalog table tbody td {
    font-family: 'asics30-bold';
    border: none;
    text-align: center;
    color: #001B55;
    line-height: 3.2vh;
    width: 75px;
}

.packs-catalogMasc thead th:first-child {
    border-radius: 0;
    font-size: unset;
    color: #ffffff;
    font-weight: bold;
    padding: 0 1.2rem !important;
    position: sticky;
    left: 0;
    z-index: 999;
}

.packs-catalogMasc tbody td:first-child {
    background-color: unset;
    color: #001B55;
    font-weight: bold;
    position: sticky;
    left: 0;
}

.packs-catalogMasc tbody tr:nth-child(even) td {
    color: #ffffff;
    font-family: 'asics30-bold';
    background-color: #485CC7;
}

.packs-catalogMasc tbody tr:nth-child(even) td:nth-child(even) {
    background-color: #5F70CE;
}



.packs-catalogFem tbody td:first-child {
    background-color: unset;
    color: #001B55;
    font-weight: bold;
    position: sticky;
    left: 0;
}

.blueCatGender.KIDS span:first-child,
.blueCatGender.MASCULINO span:first-child,
.slotTemp .badge.UNISEX span:first-child{
    font-family: 'asics30-boldItalic';
}

.blueCatGender.KIDS, 
.blueCatGender.MASCULINO,
.blueCatGender.UNISEX {
    background: #cecece;
    width: fit-content;
    padding: 2px 30px;
    border-radius: 2rem;
    font-family: 'asics30-bold';
}

.packs-catalogFem thead th:first-child {
    border-radius: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: unset;
    padding: 0 1.2rem !important;
    position: sticky;
    left: 0;
    z-index: 999;
}

.slotTemp .badge.KIDS, .slotTemp .badge.MASCULINO,
.slotTemp .badge.UNISEX {
    background: unset;
    color: #001B55 !important;
    padding: 3px 10px !important;
    display: unset !important;
    font-size: 1.4vh;
    font-weight: 700;
}

.packs-catalogFem tbody tr:nth-child(even) td {
    color: #ffffff;
    background: #FCC89B;
}

.packs-catalogFem tbody tr:nth-child(even) td:nth-child(even) {
    background: #F9CCA9;
}

.packs-catalog table {
    border-collapse: collapse;
    width: 95%;
    margin: 3vh auto 0;
    max-width: 95%;
    height: 85%;
    display: block;
    overflow-x: auto;
}

.packs-catalogMasc thead th {
    text-align: center;
    line-height: 3vh;
    padding: 0 2vh !important;
    border: 0px solid #cecece;
    background-color: #001e62 !important;
    padding: 0 1rem !important;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.packs-catalogFem thead th {
    text-align: center;
    line-height: 3vh;
    padding: 0 2vh !important;
    border: 0px solid #cecece;
    background-color: #B9411D !important;
    padding: 0 1rem !important;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

footer .footer-catalog {
    width: 100vw;
    height: fit-content;
    background: #E4E5F3;
    position: absolute;
    bottom: 0px;
    z-index: 999999;
    text-align: center;
}

footer .footer-catalog a {
    font-family: 'asics30-bold';
    font-size: .8em;
}

#catalog li .slotTemp {
    width: 100% !important;
    position: relative;
}

#catalog li .slotTemp .highlight figure img {
    float: left;
    max-height: unset;
    margin-left: 1vw;
    margin-top: 12vh;
    max-width: 37.8vw;
}

#catalog li .slotTemp .highlight figure .aw20-scale-visualizacao-vest {
    float: left;
    max-height: 100%;
    margin-left: 2.4vw;
    margin-top: 4vh;
    max-width: 33.8vw;
}

#catalog li .slotTemp .mini figure {
    margin: 20px 0 0px 6px;
    position: relative;
    text-align: left !important;
    height: 64px;
    display: flex;
    justify-items: center;
    align-items: center;
}

#catalog li .slotTemp .mini figure img {
    max-height: unset;
    max-width: 7vw;
}

#catalog li .slotTemp .mini figure .aw20-scaleMini-visualizacao-vest {
    max-height: 100%;
    max-width: 6vw;
}

.slotTemp .aw20-scaleMini-visualizacao {
    transform: scale(1);
}

/* .slotTemp .aw20-scale-visualizacao {
    transform: scale(2.8);
} */

#catalog li .slotTemp .highlight p {
    font-size: 0.875rem;
    -webkit-columns: 1;
    columns: 1;
    margin: 0;
    color: #001B55;
    font-family: 'asics30-regular';
}

.blueCatBorder {
    border: 1px solid #001b55;
    border-radius: 1rem;
}

#catalog strong.lblue.blueCatDisp {
    color: #00B388;
}

#catalog li .slot .mini p {
    color: #001B55;
    font-family: 'asics30-regular';
}

.slotTemp .badge.MASCULINO:last-child {
    margin-left: -3px;
}
.slotTemp .badge.UNISSEX {
    padding: 3px 10px !important;
}
#catalog li .slotTemp .info .badge.UNISSEX {
    margin-top: 0;
}

.slotTemp .badge.UNISSEX:last-child {
    margin-left: -3px;
}
.slotTemp .badge.KIDS {
    padding: 3px 10px !important;
}

.slotTemp .badge.KIDS:last-child {
    margin-left: -3px;
}

.slotTemp .badge.FEMININO {
    background: unset;
    color: #001B55 !important;
    padding: 3px 10px !important;
    display: unset !important;
    font-size: 1.4vh;
    font-weight: 700;
}

.blueCatGender.FEMININO span:first-child {
    font-family: 'asics30-boldItalic';
}

.slotTemp .badge.FEMININO:last-child {
    margin-left: -3px;
}

.figure-vest {
    height: 100%;
}

.campanha.FEMININO{
    color: #fff !important;
    /* position:absolute; */
    background: #F8485E;
    left:15px;top:0;
    border-radius: 10px;
    font-size: 8px;
    padding:1px 6px;
    font-weight: lighter;
    height: 1.7em; 
    z-index: 2
}

.campanha.MASCULINO,
.campanha.UNISEX {
    color: #fff !important;
    /* position: absolute; */
    background: #001e62;
    left: 15px;
    top: 0;
    border-radius: 10px;
    font-size: 8px;
    padding: 1px 6px;
    font-weight: lighter;
    height: 1.7em;
    z-index: 2;
}

.blueCatGender.FEMININO {
    background: #FFECDC;
    width: fit-content;
    padding: 2px 30px;
    border-radius: 2rem;
    font-family: 'asics30-bold';
}

.campanha.KIDS{
    /* position:absolute; */
    left:15px;top:0;
    background: #cecece;
    color: #001e62;
    border-radius: 10px;
    font-size: 8px;
    padding:1px 6px;
    font-weight: bolder; 
    height: 1.7em; z-index: 2
}

.catalog-desc {
    margin-top: 4vh;
}

.button-catalogo {
    text-align: left;
}

.buttonGF, .buttonGM, .buttonGK {
    text-align: center;
    display: inline-block;
} 

.buttonGF {
    margin-top: 7vh;
} 

.button-catalogo button {
    background: #001B64;
    border: none;
    color: #00C3E8;
    width: 45px;
    border-radius: 6px;
    padding: 5px 6px;
    margin-right: 0.5vw;

}

.IIID_img {
    height: 319px;
    display: flex;
    align-items: center;
}

#catalog li .slotTemp .highlight .price {
    font-size: 1.4em;
    line-height: 1.3;
    font-family: 'asics30-regular';
    color: #001B55;
}

#catalog strong.lblue {
    color: #001B55;
    font-family: 'asics30-bold';
}

#catalog li .slotTemp .highlight .price.aw20-span-catalogo strong{
    font-size: 1em;
}

.slotTemp-gender {
    height: 20vh;
    margin-top: 11.5vh;
    border-bottom: 1px solid #707070;
}

.slotTemp-gender.genderFem {
    border-bottom: unset;
}

#catalog li .slotTemp .related {
    margin: 0;
    height: 85%;
}

#catalog li .slotTemp .related .row {
    height: 100%;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
}

#catalog li .slotTemp .mini {
    position: relative;
    float: unset;
    display: inline-block;
}

#catalog li .slotTemp .related .buttons {
    bottom: -13px;
}

#catalog li .slotTemp .mini {
    padding-bottom: 0;
    padding-left: 0;
}

#catalog li .slotTemp .related .buttons {
    left: 33px;
    right: unset;
}

.moveGrade {
    right: 27.1vw !important;
}
.aw20-indice-catalog-capa.moveGrade,
#catalog .group .aw20-indice-catalog-capa.moveGrade {
    right: 27.8vw !important;
}
/* //////////////////////////////////////     Fim catálogo        ///////////////////////////////////// */

.padding-menu{
    padding: 0 30px 0 30px !important;
}

header #line-bottom menu ul li .sub {
    width: 1255px;
    margin: 0 auto;
}

header #line-bottom menu ul li .white {
    font-weight: lighter;
}

.bckImage-home {
    background-image: url(/images/ss21/banner3.jpg);
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.old-bckImage-home {
    background-image: url(/images/aw20/bck_home.png);
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5% 35%;
    object-fit: cover;
}

.home-spring {
    position: absolute;
    bottom: 10vh;
    width: 1px;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 9vh;
    color: #fff;
    font-weight: bold;
    line-height: 0.9;
    left: 1vh;
    text-transform: uppercase;
    font-family: asics-office;
}

.home-summer {
    position: absolute;
    left: 1vh;
    bottom: 1vh;
    font-size: 9vh;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    font-family: asics-office;
}

header #line-bottom menu ul {
    text-align: left;
}

.aw20-border-pedidos strong {
    text-align: left;
}

.widthBtn-search button {
    width: 100%;
    text-align: left;
}

.widthBtn-search a {
    color: #001e62;
    text-decoration: none;
}

.fullHeader-perfomance {
    text-align: left;
    line-height: 1;
    font-size: 2.2vh;
    font-family: asics;
    color: #00C3E6;
    text-transform: uppercase;
}

.fullHeader-perfomanceCA {
    text-align: left;
    line-height: 1;
    font-size: 1.9vh;
    font-family: asics;
    color: #00C3E6;
    text-transform: uppercase;
    margin-top: 1.9em;
}

.fullHeader-perfomanceCA span {
    border-top: 1px solid #00C3E6;
}

.fullHeader-sportstyle {
    text-align: left;
    line-height: 1.3;
    font-size: 2.2vh;
    font-family: sportstyle_rg;
    color: #707070;
    text-transform: uppercase;
    margin-bottom: -0.6vh;
}
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#cart .full {
    float:unset !important;
}

.aw20-selecione-loja {
    line-height: 0;
    border: 1px solid #001B55;
    border-radius: 2rem;
}
.multiselect-container.dropdown-menu.show {
    line-height: 1;
}

.aw20-button-compartilhar {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.aw20-button-compartilhar div {
    /* line-height: 0; */
    text-align: left;
}

.aw20-button-compartilhar .aw20-displayInline a {
    color: #001e62;
}

.fa-file-pdf {
    font-weight: 900;
    font-size: 39px;
    color: #00c3e6;
}

.aw20-img-resume {
    width: 90px;
}

.aw20-link-pronta a{
    display: none;
    color: #fff;
    text-align: end;
    font-size: 12px;
    transform: translate(0px, 50%);
}

#share-bar a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.aw20-receberPLan {
 display: none;
}

.aw20-net-mobile button::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #3db7e4;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 18px;
    top: 18px;
}

.aw20-net-mobile {
    position: relative;
    line-height: 44px;
    margin-top: 0 !important;
    white-space: nowrap;
}

#catalog .flex-direction-nav .flex-next {
    right: 5px !important;
    top: 44vh !important;
}

#catalog .flex-direction-nav .flex-next:before {
    border-top: 2px solid #000000 !important;
    border-right: 2px solid #000000 !important;
}

#catalog .flex-direction-nav .flex-prev {
    left: unset !important;
    top: 44vh !important;
    margin-left: 5px;
}

#catalog .flex-direction-nav .flex-prev:before {
    border-top: 2px solid #000000 !important;
    border-left: 2px solid #000000 !important;
}

#aw20-button-mobile ul li a {
    color: #fff;
}

#catalog .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #001E62;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: none !important;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    display: inline-block;
    width: auto;
}

#catalog .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #001E62 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.9em solid #D0DF00;
    border-right: 0.6em solid transparent;
    border-bottom: 0;
    border-left: 0.6em solid transparent;
    position: absolute;
    right: 0;
    bottom: 29px;
}

.aw20-selecione-loja .form-group .btn-group .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.9em solid #001b55;
    border-right: 0.6em solid transparent;
    border-bottom: 0;
    border-left: 0.6em solid transparent;
    position: absolute;
    right: 8px;
    bottom: 9px;
}

.multiselect-container>li>a>label>input[type=checkbox] {
    width: auto;
}

.multiselect-container>li>a>label {
    padding: 3px 20px 3px 16px !important;
    margin-bottom: 15px !important;
}

.dropdown-menu[x-placement^="bottom"] {
    right: 0 !important;
}

.multiselect-clear-filter {
    background-color: #00C3E6;
}

.multiselect-container {
    transform: unset !important;
    max-height: 60vh;
    overflow-y: auto;
}

.input-group > .form-control:not(:first-child) {
    border-radius: 10px !important;
}

.aw20lineBottom-margin {
    margin-right: -15px;
}

.aw20-pdv-mobile strong {
    font-weight: 600 !important;
}

#product .highlight figure img {
    margin-top: 35px;
}

.aw20-icon-dash i {
    color: #001B55;
    font-size: 30px;
}

#simulacao-markup {
    line-height: 25px !important;
    border-bottom: 1px solid #001E62;
}

.form-group label.aw20-simMarkup {
    line-height: 48px !important;
}

.onitsuka-tiger #catalog .flex-viewport {
    height: 100% !important;
    margin-bottom: 30px !important;
}

#catalog .flex-viewport {
    height: 100% !important;
}

#catalog {
    height: 100% !important;
}

.form-group input.not-empty~label.float {
    top: -500px;
}

main section {
    min-height: 50vh;
}

/* ///////////////////////////////////// font-face ///////////////////////////////////////// */

@font-face {
    font-family: blue-regular;
    src: url('/fonts/HelveticaNeue-Medium.eot'); /* IE9 Compat Modes */
    src: url('/fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('/fonts/HelveticaNeue-Medium.woff') format('woff'),
    url('/fonts/HelveticaNeue-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: blue-bold;
    src: url('/fonts/HelveticaNeueLTPro-Bd.eot'); /* IE9 Compat Modes */
    src: url('/fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
    url('/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
    url('/fonts/HelveticaNeueLTPro-Bd.ttf')  format('truetype');
}
@font-face {
    font-family: blue-bolditalic;
    src: url('/fonts/HelveticaNeue-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('/fonts/HelveticaNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'),
    url('/fonts/HelveticaNeue-BoldItalic.woff') format('woff'),
    url('/fonts/HelveticaNeue-BoldItalic.ttf')  format('truetype');
}
@font-face {
    font-family: blue-italic;
    src: url('/fonts/HelveticaNeue-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('/fonts/HelveticaNeue-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeue-MediumItalic.woff2') format('woff2'),
    url('/fonts/HelveticaNeue-MediumItalic.woff') format('woff'),
    url('/fonts/HelveticaNeue-MediumItalic.ttf')  format('truetype');
}

@font-face {
    font-family: 'sportstyle_rg';
    src: url('../fonts/ASICSSportstyle_Rg.eot');
    src: url('../fonts/ASICSSportstyle_Rg.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/ASICSSportstyle_Rg.woff2') format('woff2'),
    url('../fonts/ASICSSportstyle-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: asics-office;
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ASICSOffice-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ASICSOffice-Regular.woff2') format('woff2'),
    url('/fonts/ASICSOffice-Regular.woff') format('woff'),
    url('/fonts/ASICSOffice-Regular.ttf')  format('truetype');
  }

  @font-face {
    font-family: Graphik-Black;
    src: url("/fonts/Graphik-Black.eot"); /* IE9 Compat Modes */
    src: url("/fonts/Graphik-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/Graphik-Black.otf") format("opentype"), /* Open Type Font */
    url("/fonts/Graphik-Black.woff") format("woff"), /* Modern Browsers */
    url("/fonts/Graphik-Black.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
/* ///////////////////////////////////// cart-share ///////////////////////////////////////// */

.aw20-table-share table td {
    text-align: center;
    line-height: 59px;
    width: auto !important;
    background-color: #fff !important;
    border: 1px solid #cecece !important;
    font-weight: 500;
    color: #707070 !important;
}

.aw20-table-share table th {
    text-align: center;
    line-height: 60px;
    width: 30px;
    border: 0px solid #cecece;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.aw20-table-share table th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.aw20-table-share table th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none !important;
}

/* ///////////////////////////////////// load ///////////////////////////////////////// */

body .load span {
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -95px 0 0 -100px;
    background: url(/images/aw20/Spinner-loading.gif) no-repeat top !important;
    float: left;
    width: 200px;
    height: 320px;
    background-size: 50% !important;
    background-position: 25% !important;
}

body .load {
    background: rgba(0, 30, 98, 0.8);
    z-index: 99999999999999;
}

.container-ampli .flex-direction-nav {
    display: none;
}

/* /////////////// fullHeader S21/////////////////////// */

.ss21-search {
    height: 100%;
    line-height: 0;
    padding-top: 1vh;
}

.ss21-search .search-form input {
    height: 4vh;
    border: none;
    border-radius: 2vh;
}

.ss21-search .search-form form div {
    border: none;
}

.ss21-search .search-form {
    max-width: 70%;
    border-radius: 2vh;
}

.ss21-search .search-form button {
    right: 1vh;
    height: 4vh;
    background: url(/images/ss21/icon-search.png) no-repeat center;
}

.ss21-search .search-form button:focus {
    outline-style: none;
}

/* /////////////// home S21/////////////////////// */
.container-home .slick-dots {
    bottom: -1.3rem;
}
.container-home #home-carouselPrinc {
    max-width: unset !important;
    width: 100% !important;
    background: #ffffff;
    padding: 0;
    height: 60vh;
}

.carousel-infos,
.carousel-infos .slick-track,
.carousel-infos .slick-slide,
.carousel-infos .slick-list {
    height: 100%;
    width: 100%;
    background: #ffffff;
}

.carousel-infos .slick-slide img {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    object-fit: cover;
    border-radius: 0;
}

.carousel-infos .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
}

.carousel-infos .slick-dots li button:before {
    opacity: 1;
    color: transparent;
}

.carousel-infos .slick-dots li button:before {
    font-size: 20px;
    line-height: 0.3;
}

.tradeChat .trade:hover {
    cursor: pointer;
    color: #00B398;
}
.tradeChat .trade {
    /* background: url(/images/ss21/bck-trade.png); */
    background: url(/images/aw21/tradegif.gif);
    background-size: 100%;
    background-position: center;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
    color: #ffffff;
    background-size: cover;
    font-size: 1.7vh;
    height: 17vh;
}

.tradeChat .chat img {
    height: 60%;
    margin-left: 2vw;
}
.tradeChat .chat {
    text-transform: uppercase;
    background: #001E62;
    border-radius: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
    color: #ffffff;
    font-size: 1.7vh;
    height: 17vh;
}

.tradeChat .chat button:focus {
    outline: none;
}

.tradeChat .chat button:hover {
    cursor: pointer;
    color: #00B398;
}

.tradeChat .chat button {
    text-transform: uppercase;
    width: fit-content;
    background: unset;
    color: #ffffff;
    line-height: 1;
    border: none;
    padding: 0;
}

.tradeChat,
.home-pronta {
    text-align: center;
    font-family: asics;
    color: #707070;
}

.home-pronta span:first-child {
    font-size: 1.7vh;
    margin: 2rem 0 1rem;
    display: block;
}

.tradeChat a {
    text-decoration: none;
}

.tradeChat span:first-child {
    color: transparent;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.tradeChat span.destaque {
    color: #707070 !important;
}

.img-pronta {
    padding: 5px;
    margin-bottom: 2vh;
}

.img-pronta .blueContainerIH {
    background: #e1e1e1;
    border-radius: 12px;
    height: 25vh;
    padding: 10px;
}

.blueImgHomeH {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-pronta img {
    width: 90%;
    max-height: 100%;
    display: block;
    margin: 0 auto 1vh;
}

.preco-pronta {
    color: #000;
    font-size: 2vh;
    font-family: 'asics30-bold';
}

.ss21-icon-hamburguer,
.blue-icon-hamburguer-mob {
    padding: 5px !important;
    position: absolute;
    width: 3vw;
    z-index: 9;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue-icon-hamburguer-mob {
    height: fit-content;
    bottom: 8px;
}

.ss21-icon-hamburguer div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cecece;
}

.ss21-icon-hamburguer:hover,
.blue-icon-hamburguer-mob:hover {
    cursor: pointer;
}

.icons-menu,
.chat-asics .icons-menu,
.s21-tutorial-catalog .icons-menu {
    width: 3vw;
    position: fixed;
    left: 0;
    text-align: center;
    display: inline-block;
    height: fit-content;
    height: 5vh;
    background: transparent;
    z-index: 9;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-lateral.show .icons-menu, 
.menu-lateral.show .chat-asics .icons-menu, .menu-lateral.show .s21-tutorial-catalog .icons-menu {
    position: absolute;
    transition-duration: 0s;
}

.menu-lateral ul li {
    height: 5.3vh;
}
.menu-lateral.show ul li {
    height: auto;
}

.menu-lateral.show ul li::marker {
    color: #000000;
}

.menu-lateral ul .logout-desk {
    padding-left: 7px !important;
    margin-top: 1vh !important;
    width: 100%;
}

.menu-lateral .profile-desk {
    display: none;
    font-size: 1.6vh;
}

.menu-lateral.show .profile-desk {
    display: inline-block;
}

.menu-lateral .profile-desk a {
    color: #000000 !important; 
    background: unset;
}

.ml-border-bottom {
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #001b55;
    line-height: unset !important;
    padding: 0 !important;
}

.menu-lateral {
    position: fixed;
    top: 8.6vh;
    left: -20vw;
    width: 23vw;
    height: 100%;
    overflow: auto;
    padding-bottom: 20vh !important;
    background: #ffffff;
    z-index: 999999;
    transition-duration: 1s;
    box-shadow: 0px 3px 6px #00000029;
}

.menu-lateral .chat-asics img,
.menu-lateral .s21-tutorial-catalog img {
    width: fit-content;
}

.menu-lateral.show {
    left: 0;
    transition-duration: 1s;
}

.menu-list a {
    text-decoration: none;
    color: #001B55;
    font-size: 1.8vh;
    font-family: 'asics30-bold';
    text-transform: lowercase;
}

.menu-list a::first-letter {
    text-transform: uppercase;
}

.menu-list,
.s21-tutorial-catalog .menu-list,
.chat-asics .menu-list {
    font-size: 1.4vh;
    position: relative;
    width: fit-content;
    color: #001B55;
    padding: 2px 10px;
    margin-left: 4vw;
    text-transform: uppercase;
    font-family: graphik-medium;
    transition-duration: 1s;
}

.chat-asics .menu-list {
    text-transform: lowercase;
    font-size: 1.8vh;
    font-family: 'asics30-bold';
}

.menu-list::first-letter,
.chat-asics .menu-list::first-letter,
.menu-lateral.show .menu-list::first-letter {
    text-transform: uppercase !important;
}

.border-tri,
.s21-tutorial-catalog .border-tri,
.chat-asics .border-tri {
    display: none;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #ffffff;
    position: absolute;
    top: calc(50% - 7px);
    left: -7px;
    padding: unset;
}

.menu-lateral.show .menu-list {
    transition-duration: 1s;
    display: inline-flex;
    align-items: center;
    height: 5.5vh;
}

.menu-lateral.show .icons-menu {
    z-index: -1;
}

.menu-lateral ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ml_align-center {
    display: flex;
    align-items: center;
}

.menu-lateral .chat-asics .mltooltip,
.menu-lateral .s21-tutorial-catalog .mltooltip,
.mltooltip {
    top: 1.6vh;
    display: none;
    position: absolute;
    font-size: 0.8vw;
    line-height: 1.5;
    width: 10.5vw;
    color: #000000;
    background: #fff;
    padding: 2px 10px;
    font-weight: bold;
    left: 2.8vw;
    text-transform: lowercase;
    font-family: 'asics30-bold';
    border-radius: 15px;
    transition-duration: 1s;
    box-shadow: 0px 3px 6px #00000029;
}

.mltooltip::first-letter {
    text-transform: uppercase;
}

.mltooltip.Mac {
    width: auto !important;
}

.icons-menu:hover .mltooltip {
    display: block;
}

.menu-lateral.show .icons-menu:hover .mltooltip {
    display: none;
}

.menu-lateral ul li:hover {
    cursor: pointer;
}

.ml-itemShow {
    background: #cecece;
    padding-left: 4vw;
    font-family: graphik;
    color: #ffffff;
    margin-top: 10px;
    font-size: 1.3vh;
}

.ml-itemShow ul li {
    height: unset;
    line-height: 1;
}

.ml-title,
.ml-sub-title {
    text-transform: uppercase;
}

.ml-itemShow ul .ml-sub-title {
    color: #000000;
    position: relative;
    font-family: 'asics30-bold';
    font-size: 1.8vh;
    left: -1vw;
    font-weight: bold;
    list-style: none;
    text-decoration: underline;
    line-height: 1;
    height: unset;
    text-transform: lowercase;
}

.ml-itemShow ul .ml-sub-title::first-letter {
    text-transform: uppercase;
}

.ml-itemShow ul {
    padding-left: 2vw;
}

.ml-itemShow ul li a {
    display: block;
    color: #001B55;
    font-family: 'helvetica';
    font-size: 1.7vh;
    text-transform: lowercase;
}

.ml-itemShow ul li {
    padding: 1vh 0;
    list-style: disc;
    text-transform: uppercase;
}

.ml-itemShow ul li a::first-letter {
    display: block;
    text-transform: uppercase;
}

.mlOpen.show,
.mlClose.show {
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    transition-duration: 1s;
}

.mlOpen,
.mlClose {
    position: relative;
    left: -3vw;
    opacity: 0;
    transition-duration: 1s;
}

.mlButton {
    padding: 0;
    border: none;
    background: transparent;
    width: unset;
    height: unset;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: graphik;
    font-size: 1.4vh;
}

.menu-lateral ul li.ml-liActive {
    height: auto;
    display: contents;
}

.mlButton:hover {
    cursor: pointer;
}

.mlButton:focus {
    outline: none;
}

.ss21-search::marker {
    display: none;
    color: #ffffff;
}
.ss21-search ::-webkit-input-placeholder {
    color: #001B55;
    font-family: graphik;
}

.tooltip {
    position: relative;
    z-index: 9999999999999;
    margin-left: -7px; 
}

.tooltip.show {
    opacity: 1;
} 

.tooltip-inner {
    background-color: #FFFFFF;
    color: #001E62;
    font-family: graphik;
    font-weight: bold;
    box-shadow: 1px 2px 2px black;
}

.bs-tooltip.right  { 
    margin-left: -10px; 
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #ffffff !important;
}
/* ///////////////////////////////////// Home ///////////////////////////////////////// */

.desc-banner1 {
    position: absolute;
    top: 19vh;
    right: 15vw;
    text-align: center;
    color: #fff;
}

.desc-banner2,
.desc-banner3 {
    position: absolute;
    top: 19vh;
    left: 7vw;
    right: 0;
    text-align: center;
    color: #001E62;
}

.desc-banner1 .home-ss21,
.desc-banner1 span:first-child,
.desc-banner2 span:first-child,
.desc-banner3 span:first-child {
    text-transform: uppercase;
    font-weight: bolder;
    font-family: asics;
    display: block;
    font-size: 6vh;
}

.home-ss21 {
    line-height: 1;
    margin-bottom: 2vh;
}

.desc-banner1 .span-colecao span,
.desc-banner2 .span-colecao span,
.desc-banner3 .span-colecao span {
    text-transform: uppercase;
    font-family: graphik;
    font-weight: bolder;
    font-size: 2.5vh;
    display: block;
    line-height: 1;
}
.desc-banner3 .span-colecao span {
    font-size: 1.9vh;
}

.desc-banner3 .link-banner1 a {
    font-size: 22px;
    color: #001E62;
    font-family: graphik-black;
}

.desc-banner3 .link-banner1 {
    background-color: #d3df4e;
    margin-top: 5vh;
    border-radius: 20px;
    box-shadow: 0px 3px 3px #000;
}

.link-banner1 {
    background-color: #F8485E;
    margin: 2vh auto;
    padding: 5px;
    width: fit-content;
}

.link-banner1 a {
    text-decoration: none;
    text-transform: uppercase;
}

.border-banner1 {
    border: 4px solid #000;
    padding: 8px 40px;
}

.border-banner1 strong {
    padding: 0;
}

.border-banner3 {
    padding: 0 45px;
}

.bckImage-banner1 {
    background-image: url(/images/ss21/new_home_banner1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 3vh;
    height: 85vh;
    width: 100%;
}


.event-span-banner1 {
    background-color: #F8485E;
    text-align: center;
}

.home-span-banner1 {
    background-color: #F8485E;
    text-align: center;
}

.container-event-video .event-span-banner1,
.container-event-ppt .event-span-banner1 {
    text-align: left;
}

.video-fullscreen {
    object-fit: contain;
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    box-sizing: border-box !important;
    min-width: 0px !important;
    max-width: none !important;
    min-height: 0px !important;
    max-height: none !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    margin: 0px !important;
}

.home-span-banner1 span,
.event-span-banner1 span {
    font-family: graphik;
    text-transform: uppercase;
    font-weight: bold;
    color: #001E62;
    padding: 0 15px;
}


.home-span-banner1 span,
.event-span-banner1 span {
    color: #001E62;
}

.event-span-banner1 .envent-span {
    font-size: 25px;
    font-weight: bold;
    font-family: asics;
    text-transform: uppercase;
}

.event-span-banner1 .envent-span1 {
    border-right: 3px solid #001e62;
}
.event-span-banner1 .envent-span3 {
    float: right;
    margin-top: 9px;
}

.home-span-banner1 span {
    color: #ffffff;
}

.event-end {
    height: 91vh;
    width: 100%;
    color: #fff;
    font-family: asics;
    text-align: center;
    line-height: 1;
    background-image: url(/images/ss21/new_home_banner1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.h1-event {
    padding-top: 15%;
}

.btnEvent {
    padding: 10px 20px;
    color: #001E62;
    font-family: graphik;
    text-transform: uppercase;
    font-weight: bolder;
    width: 100%;
    font-size: 1.5vh;
    white-space: inherit;
    text-align: left;
    border: none;
    border-radius: 0;
    margin-bottom: 1vh;
    background-color: #ffffff;
}

.btnEvent:hover {
    cursor: pointer;
    /* background-color: #D0D0D0; */
}

.btnEvent:focus {
    outline-style: none;
}

.btnEvent img {
    transform: rotate(0deg);
    transition-duration: 0.5s;
    position: relative;
    left: 10px;
}

.btnActive-event img {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.btnActive-event,
.divExpandedEvent {
    margin: 0;
    width: 100%;
}

.bckImage-banner2 {
    position: relative;
    margin-bottom: 3vh;
    height: 91vh;
    width: 100%;
}

.desc-banner3 span:first-child {
    font-size: 18vh;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #faa413;
    color: transparent;
}
.desc-banner3 .span-colecao span {
    font-family: asics;
    font-size: 3.9vh;
    color: #001E62;
    text-shadow: none;
    -webkit-text-stroke-color: unset;
}

.desc-banner3 {
    top: 32vh;
}
.desc-banner3 span {
    color: #ffffff;
}

.bckImage-banner2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-events,
.container-event-video {
    width: calc(100% - 16vw);
    padding: 11vh 0;
    text-align: center;
    float: right;
}


.container-event-video {
    padding: 0;
    height: 98vh;
}

.container-event-ppt {
    width: 100vw;
}

.container-event-ppt iframe {
    width: 100%;
    height: 90vh;
}

.evt-back-home {
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    right: 0;
}

#titleActive {
    color: #021F62;
    text-align: left;
    font-size: 2vh;
    font-family: graphik;
    margin-top: 2vh;
    font-weight: 700;
}

.evt-back-home:hover {
    cursor: pointer;
}

.container-events .evt-back-home span {
    color: #001E62;
    font-size: 1vh;
}

.container-event-video video{
    float: left;
    width: 100%;
    display: inline-block;
}

.event-video-desc {
    width: 30%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #A5A5A5;
    text-align: justify;
    display: inline-block;
    background-color: #fff;
    font-family: graphik-medium;
    /* border-left: 1px solid #dedfe0; */
}

.video-check {
    position: absolute;
    left: 35px;
    height: 100%;
    top: 12px;
}

input:checked{
    background-color: #9B26B6 !important;
}

.list-events {
    position: relative;
    padding: 10px 20px 10px 55px;
    line-height: 1.1;
    font-weight: bolder;
    font-family: graphik;
    margin-bottom: 1vh;
    color: #021F62;
    width: 100%;
    display: flex;
    align-items: inherit;
}

.list-events:hover,
.event-span-prin:hover {
    cursor: pointer;
}

.thumb_event {
    width: 35%;
    display: inline-block;
}

.thumb_event img {
    width: 100%;
}

.desc_video {
    width: 65%;
    display: inline-block;
    padding: 0 7px;
    font-size: 1.6vh;
    text-align: initial;
}

.time-video {
    color: #9B26B6;
    display: block;
    font-size: 1.4vh;
    font-weight: bolder;
    position: absolute;
    bottom: -5px;
}

.active-video {
    position: relative;
}

.active-video {
    position: relative;
}

.active-img {
    position: absolute;
    left: 10px;
    height: 100%;
}

.active-video .active-img {
    display: block !important;
    transform: translate(10px, 30%);
}

.active-video .active-img i {
    color: #00B398;
}

.back-trade:hover,
.back-ppt:hover {
    cursor: pointer;
}


.desc-banner1 .home-trade {
    font-size: 3vh !important;
}

.event-span-prin {
    color: #ffffff;
    line-height: 1;
    text-align: center;
    font-size: 2.5vw;
    padding: 20px;
    background: #D0D0D0;
    font-weight: bolder;
    font-family: asics;
    text-transform: uppercase;
    border-bottom: 1px solid #dedfe0;
}

.visualizado {
    color: #00B398;
}

.container-events span {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13vh;
    line-height: 1;
    font-weight: bold;
    font-family: asics;
    font-size: 17vh;
}

.link-events {
    color: #000000 !important;
}

.link-events:hover {
    cursor: pointer;
}

.events {
    width: 18%;
    margin: 0 0.5vw;
}

.center-events {
    /* margin-top: 3vh; */
    display: flex;
    justify-content: center;
}

.image-event {
    width: 100%;
    position: relative;
}

.image-event img {
    width: 100%;
}

.text-event {
    position: absolute;
    top: 6vh;
}

.text-event span {
    font-size: 2.5vh;
}

.ap-event {
    border-bottom: 5px solid #D0DF2F;
}

.ap-event span {
    font-size: 2.2vh;
    color: #707070;
    font-family: graphik-black;
    font-weight: bold;
    text-transform: uppercase;
}

.desc-event {
    margin-top: 2vh;
}

.desc-event strong {
    text-transform: uppercase;
    color: #707070;
}

.desc-event span {
    font-size: 1vh;
    display: block;
    font-family: graphik;
    color: #707070;
}

.play-event {
    margin: 1vh;
}


.play-event img {
    width: 9vh;
}

.play-event img:hover {
    cursor: pointer;
}

.bck-event {
    padding-top: 10px;
    position: relative;
    background: #ffffff;
    border-bottom: 8px solid #D0DF2F;
}

.border-bottom-event {
    position: absolute;
    width: 95%;
    right: 0;
    left: 0;
    height: 4px;
    margin: 0 auto;
    background: #001E62;
}

.asics footer #line-top,
.asics footer #line-bottom {
    position: relative;
}

.border-menu {
    display: inline-flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
}
.change-dash.dashM-center{
    display: none;
}
.border-menu div {
    position: absolute;
    left: -10px;
    width: 2px;
    height: 2.3vh;
    background: #00C3E8;
}

.icon-3D {
    position: absolute;
    right: 5px;
    top: 4vh;
}

.icon-3D:hover {
    cursor: pointer;
}

.aw20-3D-catalog .borderRight,
.aw20-3D-catalog-mob .borderRight,
.modalClose {
    cursor: pointer;
}

.icon-3D img {
    width: 2vw;
}

.container-home {
    width: 100vw;
    padding: 0;
}
.aw20-asicsAT-banner img{
    width: 90%;
    margin-bottom: 1vh;
}

.onitsuka-tiger .aw20-home-asics {
    display: none;
}

.onitsuka-tiger .aw20-onitsuka-home {
    background: url(/images/aw20/home_onitsuka.jpg) no-repeat #000;
    background-size: cover;
    height: 700px;
    float: left;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.aw20-tenis-home img {
    width: 390px;
}

.aw20-tenis-home {
    position: absolute;
    left: 20vw;
    bottom: 16px;
}

/* ////////////////////// analisar pedido /////////////////////////////////////// */

.aw20-nomePedido-analisar {
    display: inline-block;
    max-width: 74%;
}

#cart .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none !important;
    background-color: none !important;
    border: none !important;
}

.aux {
    background-color: #F7F7F7;
}

.onitsuka-tiger #catalog {
    height: auto !important;
}

/* ////////////////////// search /////////////////////////////////////// */

.onitsuka-tiger #aw20-search-buttonAfter button {
    background-color: #7f0618 !important;
}

.aw20-search-new {
    position: absolute;
    left: 17px;
    top: .5vh;
}

.aw20-search-new img {
    width: 45px;
}

#search .collapse {
    margin-left: 6px;
}

#dashboard-search {
    top: 60px;
    box-shadow: none;
    white-space: unset;
    width: 100%;
    bottom: unset;
    border-bottom: 1px solid #707070;
}

#dashboard-search p {
    display: inline-block;
    margin: 0 !important;
}

#dashboard-search button:first-child {
    background-color: #fff;
    border: none;
    color: #707070;
    font-size: 18px;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    z-index: 9;
}

#dashboard-search #button-filtro::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 13px;
    right: 0;
    margin-right: 28px;
}

#dashboard-search #button-filtro {
    border-bottom: 1px solid #707070 !important;
    text-align: end !important;
    padding-right: 56px !important;
    background: #fff !important;
    border: none !important;
}

#aw20-search .form-group button {
    padding: 0;
    border: none;
    font-size: 1.2rem;
    color: #001B55;
    font-family: 'asics30-bold';
    background-color: #fff;
    text-transform: lowercase;
}

#search #aw20-search .form-group button {
    width: 100%;
    text-align: left;
}

#search #aw20-search .form-group#aw20-search-buttonAfter button {
    width: 31px;
}

#search #aw20-search .form-group .btnBlueFilter button {
    width: 100%;
    text-align: center;
}


#aw20-search .form-group button::first-letter {
    text-transform: uppercase;
}

#aw20-search .form-group button:focus {
    outline-style: none;
}

#aw20-search .form-group button:hover {
    cursor: pointer;
}

#aw20-search .form-group button::after {
    content: '⌵';
    position: absolute;
    right: 0;
    color: #001B55;
    font-weight: bold;
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

#aw20-search .form-group.aberto button::after {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

#aw20-search .form-group button::after:first-child {
    display: none;
}


#search .aw20-dashboard .aw20-top-dash #prod span {
    color: #707070;
    font-weight: bold;
}

#search .aw20-dashboard .aw20-top-dash span:nth-child(1) {
    color: #707070;
    font-weight: 500;
}

#search .form-group {
    margin-bottom: 13px !important;
}

#search .form-group label.float {
    line-height: unset;
}

#search .search-form {
    border: 1px solid #00C3E6 !important;
}

#search #foot {
    text-align: center;
}

#search .form-group {
    color: #707070 !important;
}

#aw20-search {
    margin-top: -31px !important;
}

#search .aw20-search-codes span {
    color: #001B55 !important;
}

#search .aw20-search-codes small {
    color: #001B55 !important;
}

.aw20-search-codes span {
    font-size: 12px;
}

.aw20-search-codes small {
    font-weight: bold;
}

.aw20-search-codes div:last-child {
    text-align: right;
    line-height: normal;
}

#aw20-price {
    font-size: 15px;
    font-weight: 600;
}

.aw20-search-bcgColor {
    background-color: #fff;
}

.aw20-search-new span {
    color: #00C3E6 !important;
    font-weight: bold;
    text-align: right;
    position: relative;
    top: 2px;
}

.aw20-search-border {
    padding: 10px 8px;
}

.aw20-search-borderNone {
    border-bottom: 1px solid #d0d0d0;
    border-right: none;
}

#aw20-search-buttonAfter button::after {
    display: none !important;
}

#aw20-search-buttonAfter button {
    background-color: #00C3E6 !important;
}

#search .search-form {
    border: none !important;
}

#search .search-result .carroussel {
    margin: 0 10px !important;
}

#search .search-result .carroussel img {
    width: 90% !important;
}

.aw20-search-marcar {
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    right: 0;
}

#search .search-result .carroussel .flex-direction-nav .flex-next {
    right: -15px !important;
    top: 60% !important;
}

#search .search-result .carroussel .flex-direction-nav .flex-prev {
    left: -15px !important;
    top: 60% !important;
}

#search .search-result .carroussel .flex-direction-nav .flex-next:before {
    border-top: 2px solid #001E62 !important;
    border-right: 2px solid #001E62 !important;
    left: 5px;
    height: 10px;
    width: 10px;
}

#search .search-result .carroussel .flex-direction-nav .flex-prev:before {
    border-top: 2px solid #001E62 !important;
    border-left: 2px solid #001E62 !important;
    height: 10px;
    width: 10px;
}

.aw20-search-border a {
    text-decoration: none;
}

#search .search-result .title {
    height: fit-content;
    margin-top: 1rem;
    line-height: 1;
}

#search #filtro .aw20-dash-menu {
    width: 100%;
    display: flex;
}

#search #filtro .aw20-search-filtro {
    display: block;
}

#search .aw20-dashboard-mobile div:first-child {
    padding-right: 0;
    padding-left: 25px;
}

#aw20-filtrar-desk span {
    font-size: 18px;
}

#search .formInit p {
    margin-left: 6px;
}

/* ////////////////////// Product /////////////////////////////////////// */
#product .accordion-blue li p {
    line-height: 2;
    font-size: 0.8rem;
    font-family: 'asics30-regular';
    text-align: left;
}

.aw20-tenis-sportstyle {
    position: absolute;
}

.aw20-tenis-sportstyle img {
    width: 50px;
}

#product .aw20-dashboard-mobile {
    text-align: center;
    z-index: 5;
}

#product .aw20-dashboard-mobile div:first-child {
    margin-left: 0 !important;
}

.aw20-product-pedido {
    z-index: 999;
    margin-bottom: 12px;
}

.order-minimum .holder {
    z-index: 9999;
    padding: 0 !important;
    max-width: 100% !important;
}

#product .images ul li img {
    margin-bottom: 0px;
}

#product .images ul li {
    width: 145px !important;
    border: none !important;
    text-align: center;
    line-height: 1;
}

#product .images ul li span {
    color: #707070;
    font-size: 12px;
    font-weight: bold;
}

.aw20-product-price {
    text-align: center;
    position: relative;
    top: 19px;
    z-index: 9;
    font-size: 1.7em;
    margin-bottom: -30px;
}

.aw20-product-price strong {
    color: #00c3e6;
    font-weight: bold;
}

.aw20-product-price span {
    color: #737373;
    font-weight: lighter;
}

.aw20-product ul {
    /* white-space: nowrap; */
    /* margin: 10px 0 0 !important; */
    line-height: 2.5;
}

#product #aw20-product-ul {
    width: inherit;
}

.aw20-product #aw20-product-ul li:last-child {
    text-align: end;
}

.aw20-product #aw20-product-ul li:nth-last-child(3) {
    text-align: end;
}

.aw20-product ul li strong {
    color: #707070 !important;
    font-size: 14px;
}

.aw20-product p strong {
    color: #707070;
    font-size: 14px;
}

.aw20-product #aw20-product-desc p {
    color: #707070;
    font-size: 11px;
    columns: 2;
}

.aw20-product-download {
    background-color: #cecece !important;
    font-weight: 700;
    left: 0 !important;
    padding: 4px 6px !important;
}

.flex-control-thumbs img {
    width: 130px !important;
}

.flex-control-thumbs li {
    width: auto !important;
    float: unset !important;
    margin: 0 !important;
}

#product .highlight .flex-direction-nav .flex-next {
    margin: -67px 0 0 !important;
    right: 132px !important;
}

#product .highlight .flex-direction-nav .flex-prev {
    margin: -67px 0 0 !important;
    left: 132px !important;
}

/* ////////////////////// selectRegion /////////////////////////////////////// */

#selectRegion {
    height: 91vh;
}

.aw20-region-desk {
    display: block;
    margin-bottom: 60px;
}

.aw20-region-mobile {
    display: none;
}

.aw20-dropdown-region {
    position: relative;
    top: 180px;
    left: 28vw;
}

.aw20-dropdown-region a {
    background-color: #001E62;
    color: white;
}

.aw20-dropdown-region #aw20-region {
    background-color: #001E62;
}

#aw20-region a {
    background-color: #fff;
    color: #001E62;
}

/* //////////////////////////////// cart ////////////////////////////// */
#cart .header .line-bottom {
    background: unset !important;
}

.aw20-selecione-loja .multiselect.dropdown-toggle.btn.btn-default {
    padding-right: 3rem;
}

.aw20-new-Menu-total {
    background: #EEEEEE;
    color: #001E62;
    margin: 0 0 2vh;
}

.aw20-new-Menu-prods {
    background: #D0D0D0;
    color: #001E62 !important;
}

.aw20-new-Menu {
    background: #737373 !important;
    font-family: graphik-medium;
    color: #ffffff;
    margin: 0;
}

.text-progress {
    position: absolute;
    left: 0;
    right: 0;
}

.order-minimum .progress-bar span {
    height: 100% !important;
    border-radius: 0;
    background: #EDE04C;
    transition: all 0.3s;
    float: left;
}

.order-minimum .progress-bar {
    height: 7rem !important;
    border: none;
    width: 100%;
    margin-top: 0;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 8px #00000040;
}

.text-progress strong {
    font-size: 1rem;
    color: #001B55 !important;
    font-weight: lighter;
    font-family: 'asics30-bold';
}

.onitsuka-tiger .aw20-dash-menu {
    background-color: #d0d0d0;
    border-left: 3px solid#000;
}

.aw20-center-dashResume {
    display: flex !important;
    justify-content: center;
}

.aw20-th-cartResume th {
    white-space: nowrap;
    width: 30px;
}

.aw20-th-cartResume th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.aw20-th-cartResume th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.aw20-cart-date {
    position: relative;
    left: unset;
}

#cart .remove-date img {
    width: 0.875rem;
}


#cart .date-shipping {
    margin: 0 auto !important;
}

.aw20-background-fff {
    background-color: #fff;
}

.aw20-nowrap {
    white-space: nowrap;
}

#cart .aw20-nowrap {
    padding-top: 8px;
}

.table .aw20-table-details tr {
    background-color: #fff !important;
}

thead th {
    /* width: 30px; */
    color: white;
    padding: 0;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    border: 0px solid #cecece;
    text-transform: uppercase;
    background-color: #707070;
}

.aw20-tableTH-details th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.aw20-tableTH-details th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.aw20-tableTH-details thead {
    border-collapse: collapse;
}

.table-responsive tbody tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 99;
}

.table-responsive thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: sticky;
    left: 0;
    z-index: 999;
}

.table-responsive thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-responsive thead tr th span {
    display: inline-block;
    height: 22px;
    width: 2px;
    background-color: #fff;
    float: right;
    position: relative;
    top: 18px;
}

.aw20-cart-flex {
    display: flex;
    align-items: center;
}

#search .search-result.checked:after {
    display: none;
}

.btnAvancar {
    background-color: transparent;
    color: #001e62;
    font-size: 13px;
    cursor: pointer;
}

.btnAvancar:disabled {
    opacity: 0.5;
}

#order-sucess {
    min-height: 49vh;
    background: #fafafa;
}

/* //////////////////////////////// showroom ////////////////////////////// */
.video-showroom {
    position: absolute !important;
}
.video-showroom video:focus {
    outline: none;
}
.container-video-showroom {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    height: 45vh;
    margin-top: 57px;
}
.container-video-sr {
    width: 70%;
    height: 50%;
    position: absolute;
    bottom: 7vh;
}
.showroom-video {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    z-index: 99999;
    justify-content: center;
}

.aw20-zindex {
    z-index: -1;
}

.aw20-showroom-awesome {
    text-align: center;
    margin: 2vh 0;
}

.aw20-showroom-awesome span {
    font-family: poppins;
    color: #2E82FF;
    font-weight: bold;
}

.aw20-showroom-divCenter {
    background-color: #fff;
    border-bottom: 2px solid #0ACFFE;
    box-shadow: 0px 2px 5px -1px #00000059;
}

.aw20-shoroom-asics img {
    position: absolute;
    right: 0;
    top: 1vh;
    height: 428px;
    margin-right: -56px;
}

.aw20-showroom-background2 {
    height: 65vh;
    background: round;
    background-image: url('/images/aw20/showroom_background.png');
    /* margin-bottom: 5vh; */
}

.aw20-showroom-background2 div:first-child {
    top: 8vh;
    position: relative;
    text-align: center;
}

.aw20-showroom-background2 div:last-child {
    top: 16px;
    position: relative;
    text-align: center;
}

.aw20-showroom-background2 div span {
    /* font-family: poppins;
    font-weight: bold; */
    color: white;
    font-size: 18px;
}

.aw20-showroom-background2 div img {
    height: 45vh;
}

.aw20-showroom-top {
    margin-top: 17vh;
    margin-bottom: 2vh;
}

.aw20-showroom-top .row div {
    text-align: center;
}

.aw20-showroom-top .row div strong {
    color: black;
}

.aw20-showroom-top .row div span {
    color: #707070;
}

.aw20-showroom-margin {
    margin: 5px 0 8px 0;
}

.aw20-showroom-top img {
    width: 40px;
    margin-top: 12px;
}

.aw20-showroom-top img:last-child {
    width: 40px;
    height: 40px;
    margin-top: 12px;
    object-fit: contain;
}

.aw20-showroom {
    top: 10vh;
}

.aw20-showroom #nowrap {
    white-space: nowrap;
}

.aw20-showroom img {
    padding: 15px 11px;
}

.aw20-showroom-15k {
    white-space: nowrap;
}

.aw20-showroom span {
    color: black;
    font-size: 2em;
    font-weight: lighter;
    text-transform: uppercase;
}

.aw20-showroom strong {
    font-weight: bold;
}

.aw20-showroom p {
    color: #707070;
}

/* ///////////////////////////// My-orders /////////////////////////////// */

.aw20-thumb-pedidos img {
    width: 50px;
}

.aw20-td-lojaPedidos {
    display: inline-block;
    width: 60px;
}

.aw20-price-resume {
    width: 100px;
}

.aw20-td-nomeResume {
    display: inline-block;
    width: 190px;
}

.aw20-td-corResume {
    display: inline-block;
    width: 165px;
}

.aw20-td-Compartilhado {
    color: #737373;
    font-size: 14px;
    font-weight: bold;
}

.aw20-td-Editando {
    color: #001B55;
    font-size: 14px;
}

.aw20-td-Finalizado {
    color: #f8485e;
    font-size: 14px;
    font-weight: bold;
}

.aw20-td-Rascunho {
    color: #d0df00;
    font-size: 14px;
    font-weight: bold;
}

.aw20-td-Integrado {
    color: green;
    font-weight: bold;
    font-size: 14px;
}

.aw20-td-ErroIntegracao {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.aw20-mobile-myOrders .dropdown .btn:focus {
    box-shadow: none;
}

.aw20-mobile-myOrders {
    display: none;
}

.aw20-mobile-myOrders button {
    margin-top: -5px;
    background: none;
    border: none;
}

.aw20-borderTable-myOrders {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, #fff 15%, #001254 15%, #001254 85%, #fff 60%) 1 100%;
}

#orders .table table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.aw20-barra-myOrders {
    padding: 1.5vh; 
    line-height: 7vh;
    margin-bottom: 2vh;
    padding: 0;
    background-color: transparent;
}

.aw20-barra-myOrders .aw20-border-myOrders {
    margin: 0 -6px;
    font-size: 14px;
}

.aw20-borderBR-myOrders tbody tr {
    border-bottom: 2px solid #E0E0E0;
    border-right: 2px solid #E0E0E0;
}

.aw20-thead-myOrders th {
    background-color: #cecece;
    border-bottom: 0;
}

.aw20-thead-myOrders th span {
    font-size: 8px;
}

.aw20-thead-myOrders th button {
    position: relative;
    background: transparent;
    border: transparent;
    white-space: nowrap;
    color: #001E62;
}

.aw20-borderBottom-myOrders {
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #001E62;
}

.aw20-button-myOrders::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 6px;
}

.aw20-borderTH-myOrders {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, transparent 0%, #fff 0%, #fff 80%, transparent 40%) 1 100%;
}

#orders table tr th {
    border-top: none !important;
    padding: 7px 4px !important;
    vertical-align: top !important;
    line-height: 1;
    border-bottom: 0;
    position: relative;
}

#orders table tr td a {
    padding: 8px !important;
}

#orders .table {
    margin-top: -5px;
    position: relative;
}

#orders table tr td {
    border-top: none;
    text-align: center;
    padding-right: 0;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

#orders table tr td span {
    display: inline-block;
    height: 22px;
    width: 1px;
    float: right;
}

#orders table tr td:nth-last-child(2) {
    padding-top: 0;
    padding-bottom: 1px;
    width: 180px !important;
    border-right: none;
}

#orders #sellerOrders table tr td:nth-last-child(2) {
    padding-top: 8px;
    border-right: 1px solid #E0E0E0;
}

#orders #sellerOrders table tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
    border-right: none;
}

#orders #sellerOrders table tbody tr td div {
    line-height: 0;
    position: relative;
    top: 8px;
}

.aw20-background-button {
    background-color: #fff !important;
}

.aw20-background-button img {
    height: 20px;
}

.aw20-background-button-mobile {
    background-color: #fff !important;
}

.aw20-background-button-mobile span {
    padding-left: 4px;
    height: auto !important;
    width: auto !important;
    color: #001E62;
    background-color: #fff !important;
}

.aw20-background-button-mobile img {
    width: 26px;
    height: 22px;
    object-fit: contain;
}

.aw20-background-button-mobile img:last-child {
    width: 26px;
    height: fit-content;
}

.aw20-after-button::after {
    display: none;
}

.aw20-thead-myOrders th:nth-last-child(2) {
    padding-right: 0 !important;
}

/* ////////////////////////////  Meus pedidos  ///////////////////////////// */


.aw20-header-mobile {
    display: none;
}

.aw20-dashboard {
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-color: #fff; */
}

#cart .aw20-dashboard {
    width: 100% !important;

}

#search .aw20-dashboard  {
    background: #ffffff;
}
#search .order-minimum,
#product .order-minimum{
    border-bottom: 1px solid #eeeeee;
}

#search .search-form {
    max-width: 100%;
}
.aw20-dashboard-pedido {
    width: 100%;
    height: 50vh;
    background-color: #fff;
}

#cart .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    width: 300px;
}

#cart .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    line-height: 2;
    /* width: 300px; */
    max-height: 50px;
    display: none;
}

.btn-group .multiselect {
    background: transparent;
    color: #001b55;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
}

#catalogs .btn-group .multiselect {
    color: #001E62 !important;
}

.aw20-border-meus-pedidos {
    border-bottom: 2px solid #00C3E6;
}

/* .aw20-border-bottom-meus-pedidos {
    border-bottom: 2px solid #001E62;
} */

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: unset !important;
    border-width: 13px 8px 0 8px !important;
    border-color: #001b55 transparent transparent transparent !important;
    right: 10px !important;
    top: 40% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    left: 75% !important;
    border-width: 13px 8px 0 8px !important;
    border-color: #D0DF00 transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: initial !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    position: initial !important;
}

.aw20-indice-mobile .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
}

.aw20-indice-mobile .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    position: absolute !important;
}

.aw20-indice-mobile .select2-container--default {
    width: unset !important;
}

.aw20-border-left-pedidos {
    border: 2px solid white;
    height: 22px;
    margin-top: 8px;
}
.aw20-border-blue-pedidos {
    border: 2px solid #001E62;
    height: 22px;
    margin-top: 8px;
}

.aw20-border-left-pedidos-bottom {
    border: 2px solid white;
    height: 22px;
    margin-top: 8px;
}

.aw20-input-pedidos {
    width: 100%;
}

.aw20-input-pedidos input {
    background-color: #ffffff;
    border: 1px solid #001b55;
    color: #001b55;
    font-family: 'asics30-bold';
    font-size: 14px !important;
    border-radius: 2rem;
}

.btn-group .multiselect:focus {
    outline: none;
}

.aw20-input-pedidos label {
    width: 100%;
    font-size: 14px !important;
    font-weight: lighter;
    white-space: nowrap;
}

.line-bottom span {
    color: #001E62 !important;
    border-bottom: 1px solid #001E62;
}

.line-bottom strong {
    color: #001E62 !important;
    font-weight: 500;
    font-size: 16px;
}

.aw20-borderbottom-desc {
    display: inline-block;
    width: 30%;
    border-bottom: 1px solid #001e62;
    text-align: center;
    font-size: 14px;
    height: unset;
    line-height: 1;
}

.aw20-data-meus-pedidos {
    display: inline-block;
    float: right;
}

.aw20-data-meus-pedidos-details {
    display: inline-block;
}

.aw20-pdv-pedidos {
    text-transform: uppercase;
    font-weight: lighter;
}

.aw20-liquido-pedidos {
    text-transform: uppercase;
    font-weight: unset !important;
    font-family: 'asics30-bold';
}

.aw20-markup-pedidos {
    /* width: 154px; */
    display: inline-block;
    float: right;
}

.aw20-markup-pedidos input {
    background-color: #EEEEEE;
    border: none;
}

.aw20-remover-produto {
    width: auto;
}

.aw20-packs-produto {
    width: auto;
}

.aw20-remover-produto a img {
    height: 25px;
    margin-right: 7px;
}

.aw20-remover-produto p a {
    color: #B9411D !important;
    font-weight: 500;
    font-size: 13px;
    border: none !important;
    background-color: #fff !important;
}

.aw20-packs-produto p a {
    color: #D0DF00 !important;
    font-weight: 500;
    border-radius: 5px;
    background-color: #001E62 !important;
}

.aw20-remover-produto li a {
    color: #D0DF00 !important;
    font-weight: 500;
    border-radius: 5px;
    background-color: #001E62 !important;
}

.aw20-packs-produto li a {
    color: #D0DF00 !important;
    font-weight: 500;
    border-radius: 5px;
    background-color: #001E62 !important;
}

.remove-product {
    display: flex;
    align-items: center;
}

.aw20-adicionarData-pedidos i {
    font-size: 23px;
    margin-right: 4px;
    color: #00C3E6;
}

.aw20-adicionarData-pedidos {
    font-size: 13px;
    text-decoration: none !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.aw20-remover-pedidos {
    background-color: #00c3e6 !important;
    color: white !important;
    padding: 5px 14px;
    border-radius: 5px;
}

.aw20-adicionar-pedidos {
    width: 60% !important;
    margin-top: unset;
    padding: 3.5px;
    margin: 0 10%!important;
}

.aw20-dash-pedidos {
    position: relative;
    width: 29px;
    height: auto;
    border-radius: 4px;
    display: inline-block;
    background-color: #00c3e6;
}

.aw20-dash-pedidos-OT {
    position: relative;
    width: 29px;
    height: auto;
    border-radius: 4px;
    display: inline-block;
}

.aw20-dash-pedidos-OT img {
    width: 90%;
    margin-left: 0.25vw;
}

.aw20-dash-pedidos img {
    width: 79%;
    margin-left: 0.25vw;
}

.aw20-dashboard .aw20-displayInline span {
    font-size: 1rem;
    color: #000000;
    font-family: 'asics30-bold';
}

.aw20-top-dash {
    background-color: #fff;
    position: relative;
    top: 12.6vh;
    width: 100%;
    height: 100%;
    max-width: 140.66px;
}

.aw20-dash-span span {
    font-size: 14px;
    color: #707070;
}

.aw20-dash-menu {
    font-family: 'asics30-bold';
    background-color: #E4E5F3;
    border-left: 3px solid #001B55;
}

.aw20-dash-padding {
    padding: 8px 0;
}

.aw20-dash-png {
    background-color: white;
}

.aw20-dash-png img {
    width: 28px;
}

.aw20-dash-png a {
    line-height: 1.1em;
    font-size: 0.85rem;
    color: #000000 !important;
    font-family: 'asics30-bold';
}

.aw20-dash-png .btnAvancar {
    color: #737373 !important;
    font-family: graphik-medium;
    text-align-last: left;

}

.aw20-dash-aviso {
    height: 45px;
}

.aw20-dash-aviso p {
    width: 838.33px;
    margin-left: -24px;
    background: white;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    background: #f8485e;
    border: 1px solid #f8485e;
    color: white;
    cursor: not-allowed;
}

.aw20-markup-pedidos label {
    font-size: 14px !important;
    white-space: nowrap;
}

#cart .header .line-bottom strong {
    padding: 0 !important;
}

.aw20-dashboard-mobile {
    display: none;
    position: fixed;
    height: auto;
    background-color: #ffffff;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    max-width: 100%;
    width: 100%;
    /* border-top: 2px solid #001B55; */
    box-shadow: 0px 3px 6px #00000029;
    overflow-x: auto;
    white-space: nowrap;
    line-height: 0.7;
    padding-bottom: 1.5vh;
}

.aw20-dashboard-mobile div {
    width: 33vw;
    padding: 8px;
}


.aw20-dashboard-mobile.mobile-dash div {
    width: 33vw;
    padding: 8px;
}

.aw20-dashboard-mobile div:last-child {
    text-align: center;
}

.aw20-dashboard-mobile div a,
.aw20-dashboard-mobile div a:not([href]):not([tabindex]) {
    text-align: center;
    font-size: 10px;
    color: #001B55;
}

.aw20-dashboard-mobile div img {
    width: auto;
    height: 40px;
    object-fit: cover;
    background-size: unset;
    display: block;
    margin: 0 auto 3px;
}

.aw20-header-desk div:first-child {
    /* padding-left: 15px;
    padding-right: 0px; */
}

.aw20-header-desk div {
    /* padding: 0; */
}

.aw20-dash-aviso-mobile {
    display: none;
}

/* ////////////////////////////  catalogos ///////////////////////////// */

.aw20-cat-foot {
    background-image: url(/images/ss21/thumb_cat_foot.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 30vh;
    background-position: right;
    margin-bottom: 2vh;
}

.aw20-cat-foot a {
    text-decoration: none;
    color: #001E62 !important;
}

.aw20-cat-app {
    background-image: url(/storage/app/public/catalogs/capas/S21_app_asics.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    margin-bottom: 2vh;
}

.aw20-cat-app a {
    text-decoration: none;
    color: #001E62 !important;
}

.aw20-cat-img2 {
    background-image: url('http://condor2.asicscollection.com/images/aw20/cat_foot_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 23.5vh;
    margin-bottom: 2vh;
}

.aw20-padding-cat {
    width: 97%;
    padding: 10px;
}

.aw20-padding-cat2 {
    width: 100%;
}

/* .aw20-cat-img3 {
    background-image: url('http://condor2.asicscollection.com/images/aw20/cat_foot_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vh;
} */


.aw20-title-card1-app {
    margin-top: 5em;
}

.aw20-desc-cat-foot .content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.aw20-desc-cat-foot .content span{
    text-transform: uppercase;
    color: #777777;
    font-family: asics;
    display: block;
    line-height: 1em;
    font-size: 1.2vh;
}

.aw20-desc-cat-foot .content span:last-child {
    margin-top: 2vh;
}

.aw20-title-card1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.aw20-title-card1 span {
    text-transform: uppercase;
    color: #777777;
    font-family: asics;
    display: block;
    line-height: 1em;
    font-size: 3vh;
}

.aw20-title-card1 span:last-child {
    margin-top: 4vh;
}

.aw20-title-card1-app span {
    color: #fff;
    font-weight: bolder;
    line-height: 1em;
    font-size: 1.7em;
}

.aw20-footwear-cat {
    height: 2em;
    margin-bottom: 2vh;
    background-color: #001e62;
}

.aw20-foot-cat {
    height: 2em;
    margin-bottom: 2vh;
    background-color: #001e62;
}

.aw20-foot-cat p {
    color: white;
    display: inline-block;
    font-size: 1.8em;
    margin-left: 1em;
    margin-top: -0.26em;
    text-transform: uppercase;
}

.ss21-desc-cat-foot {
    background: url('/images/aw21/selectFoot.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 3vh;
}

.aw20-desc-cat-foot {
    width: 100%;
    height: 26.5vh;
    font-size: small;
    position: relative;
    background-size: contain;
    display: inline-block;
    background-position: bottom;
    color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
}

.aw20-desc-cat-foot span {
    font-size: 1.2vh;
    color: #001E62;
}

.new-cat-foot {
    overflow: auto;
}

.aw20-desc-cat-ATOT .content {
    margin-top: 1.5em;
}

.aw20-desc-cat-app {
    width: 100%;
    position: relative;
    border-left: 4em solid #00C3E6;
    padding: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: small;
    display: inline-block;
    background-image: url(http://condor2.asicscollection.com/images/aw20/cat_app_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 23.5vh;
    margin-bottom: 2vh;
}

#filter-fantasy{
    max-height: 30vh;
    overflow-y: auto;
}

.titleFilterController{
    font-size: 1vw !important;
}

.aw20-capaBackground-foot {
    background-image: url('images/aw20/capa_foot.png');
}

.aw20-desc-cat-ATOT {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    /* border-left: 4em solid #00C3E6; */
    padding: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: small;
    /* background-image: url(/images/ss21/asics-tigerAW21S.jpg); */
    background-repeat: no-repeat;
    background-size: contain;
    height: 36.5vh;
    margin-bottom: 2vh;
    background-position: center;
}

.aw20-banner-easy {
    /* background-image: url(/images/ss21/asics-tigerAW21_2S.jpg) !important; */
    background-position: center;
}

.aw20-desc-cat-app h3 {
    width: 28%;
    font-weight: bolder;
    font-size: 2.3vh;
    color: #001E62;
    /* text-transform: uppercase; */
    position: absolute;
    bottom: -18px;
    left: 0;
    margin-left: -36px;
    -webkit-transform: rotate(270deg);
    /* -moz-transform: rotate(270deg); */
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    /* -moz-transform-origin: 0 0; */
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aw20-desc-cat-app span {
    font-weight: bolder;
    font-size: 1.2em;
    color: #001E62;
}

.aw20-desc-cat-ATOT span {
    font-size: 2vw;
    color: #000;
    line-height: 1;
    font-family: sportstyle_rg;
    font-weight: bold;
    transform: translate(7vw, -5vh);
}

.aw20-desc-cat-app .content {
    margin-top: 3.5em;
}

.aw20-ul-visualizacao {
    /* margin-left: 19px !important; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    font-weight: lighter;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: white !important;
    font-weight: lighter;
}

/* //////////////////////////////// catalogos exclusivos ///////////////////////////////////////////// */
.aw20-remover-exclusivo img{
    float: right;
    height: 20px;
    margin-left: 10px;
}

.aw20-exc-height {
    min-height: 40vh;
}

.aw20-cat-exclusivos {
    background-color: #000000;
    margin-top: 2vh;
    margin-bottom: 2vh;
    height: 2em;
}

#catalogs .aw20-cat-exclusivos {
    background-color: transparent;
    margin-top: 2vh;
    margin-bottom: 2vh;
    height: fit-content;
    line-height: 1;
}

.aw20-cat-exclusivos div {
    color: #000000;
    font-size: 1.7em;
    font-weight: lighter;
    /* transform: translate(1vw, -0.25em); */
}

.aw20-img-exc {
    background-image: url('http://condor2.asicscollection.com/storage/app/public/catalogs/capas/{{$catalog -> data -> catalog_url_cover}}');
}

.aw20-fall-exc {
    position: absolute;
    top: 13vh;
    left: 2vw;
}

.aw20-fall-exc span {
    text-transform: uppercase;
    font-family: asics;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.2vh;
    display: block;
}

#catalogs .slot .aw20-exc-box {
    min-height: 210px;
    position: relative;
}

#catalogs .slot .aw20-exc-box a div {
    border-radius: 10px;
}

#catalogs .slot .aw20-exc-box #remove-exc {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    background-color: transparent;
    color: #001B55;
    height: 3.5vh;
    padding: 0.5em 10px;
    width: 100%;
}

.aw21-mob,
#catalogs .slot .aw20-exc-box #remove-exc.linkMob, .linkMob {
    display: none;
}

.aw20-padding-box {
    padding: 0px 7.5px;
}

/* ////////////////////////////////////////// sportstyle  ///////////////////////////////////////////// */

.aw20-titleCAT-AT {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.aw20-titleCAT-AT span{
    color: #fff;
    height: 21px;
    font-family: sportstyle_rg;
}

.aw20-imgCAT-AT {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background-color: #000;
    display: flex;
    justify-content: center;
}

.aw20-imgCAT-AT img {
    width: 50px !important;
}

.aw20-capa-AT {
    width: 100vw;
    height: calc(100vh - 8.6vh);
}

.aw20-capa-AT img {
    width: 100%;
    height: 100% !important;
}

/* ///////////////////////////////////////////////// modal 3D  /////////////////////////////////////// */


.aw20-3D-catalog,
.aw20-3D-catalog-mob {
    background-color: #fff;
    position: absolute;
    z-index: 9999999;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.aw20-3D-catalog-mob {
    position: fixed;
    padding-top: 80px;
}

.aw20-3D-catalog-mob {
    top: calc(55px - 110px);
    z-index: 999999999999;
}

.aw20-3D-catalog .aw20-title-Vcatalog,
.aw20-3D-catalog-mob .aw20-title-Vcatalog {
    display: inline-block !important;
    background-color: white !important;
    color: #000 !important;
    position: absolute !important;
    margin-top: 21px !important;
    padding: 0px 0.5em !important;
    font-size: 1.5em !important;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.aw20-3D-catalog .aw20-border-Vcatalog,
.aw20-3D-catalog-mob .aw20-border-Vcatalog {
    width: 78%;
    border-top: 1px solid gray;
    margin-top: 4vh;
    margin: 4vh auto 0;
}

.aw20-3D-catalog figure,
.aw20-3D-catalog-mob figure {
    margin-top: 12vh !important;
    height: max-content;
}

.aw20-3D-catalog .row,
.aw20-3D-catalog-mob .row {
    margin: 3vh auto 0;
}

.aw20-3D-catalog-mob .row div span,
.aw20-3D-catalog .row div span{
    padding-left: 1vw;
    color: #001e62;
    font-weight: 900;
    font-family: graphik;
}

.aw20-3D-catalog .row div img,
.aw20-3D-catalog-mob .row div img{
    height: 3.5vh;
}

.aw20-3D-catalog figure img,
.aw20-3D-catalog-mob figure img {
    width: 22vw;
}

.aw20-3D-catalog .row .borderRight,
.aw20-3D-catalog-mob .row .borderRight{
    border-right: 2px solid #001E62;
}
.aw20-3D-catalog .row div,
.aw20-3D-catalog-mob .row div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-borderGradient {
    background-image: linear-gradient(to right, #001E62, #7F8CA9, #69C0CF, #00BBDC);
    height: 6px;
    margin-top: 3vh;
}

.modal-borderGradient-fem {
    background-image: linear-gradient(to right, #44114E, #9B26B6, #933EBA, #69C0CF, #00BBDC);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    margin-top: 3vh;
}

.modal-borderGradient-bottom {
    background-image: linear-gradient(to right, #001E62, #7F8CA9, #69C0CF, #00BBDC);
    width: 82%;
    height: 6px;
    margin: 0 auto 0;
}
/* ////////////////////////////////////////// Visualizar catálogos  ////////////////////////////////// */

.onitsuka-tiger #catalog .slots .flex, .asics-tiger #catalog .slots .flex {
    height: 100% !important;
}

.aw20-produto-ATOT {
    max-width: 300px;
    margin: 0 auto;
}

.aw20-height-ATOT {
    height: auto !important;
    margin-bottom: 0 !important;
}

.aw20-borderBottom-ATOT {
    border-bottom: 1px solid #737373;
    /* margin-bottom: 2vh !important;
    padding-bottom: 2vh; */
}

.aw20-borderFigure-ATOT {
    border-bottom: 1px solid #737373;
    margin-bottom: 2vh !important;
}

.aw20-title-ATOT {
    white-space: nowrap;
    color: #040404;
    font-weight: bold;
}

.aw20-price-ATOT {
    color: #040404;
    font-weight: bold;
}

.aw20-border-Vcatalog {
    width: 100%;
    border-top: 1px solid gray;
    margin-top: 4vh;
}

.aw20-border-Vproduct {
    width: 100%;
    border-top: 1px solid gray;
}

.aw20-title-Vcatalog {
    display: inline-block !important;
    background-color: white !important;
    position: absolute !important;
    margin-top: -18px !important;
    padding: 0px 0.5em !important;
    font-size: 1.5em !important;
    transform: translate(-50%, 0);
    white-space: nowrap;
    font-family: 'asics30-bolditalic';
    color: #001B55;
}

.aw20-title-Vproduct {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aw20-title-Vproduct strong {
    color: #737373 !important;
    display: inline-block !important;
    background-color: white !important;
    position: absolute !important;
    margin-top: 0vh !important;
    padding: 0px 0.5em !important;
    font-size: 1.5em !important;
    white-space: nowrap;
    z-index: 9;
}

.aw20-span-catalogo {
    font-weight: lighter;
}

.aw20-strong-catalogo {
    font-weight: bold;
}

.aw20-svg-cat {
    width: 4em;
}

#catalog li .slot .info .badge.UNISEX {
    color: #001E62 !important;
}

.badge.KIDS li strong {
    position: absolute;
    background: #cecece;
    color: #001e62;
    font-size: 12px;
    padding: 8px 45px;
    right: 0;
    top: 7px;
}

.badge.UNISSEX li strong {
    position: absolute;
    background: #cecece;
    color: #333;
    font-size: 12px;
    padding: 8px 45px;
    right: 0;
    top: 7px;
}

.badge.MASCULINO li strong {
    position: absolute;
    background: #cecece;
    color: #001e62;
    font-size: 12px;
    padding: 8px 10px;
    right: 0;
    top: 7px;
}

.badge.FEMININO li strong {
    background: #cecece;
    color: #f8485e;
    font-size: 12px;
    position: absolute;
    padding: 8px 10px;
    right: 0;
    top: 7px;
}

#product .info .badge.INFANTIL {
    /* background: #485CC7;
    color: #ffffff;
    border-radius: 6px; */
    font-family: 'asics30-regular';
    font-size: 0.8rem;
    color: #485CC7;
    padding: 0px;
    font-weight: unset;
}

.aw20-size-cat {
    float: right;
}

.aw20-width-size-cat {
    position: relative;
    width: 100%;
    white-space: nowrap;
    z-index: 999;
    margin: 5px 0 !important;
}

.aw20-width-size-cat span {
    z-index: 999;
    background: #cecece;
}

.aw20-marcar-cat {
    margin-left: -2em !important;
}

#catalog-holder .mini.item ul,
#catalog-holder .mini.item ul li.aw20-marcar-cat {
    height: unset;
}

.aw20-marcar-cat a {
    color: #001E62;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.aw20-marcar-ATOT a {
    color: #040404;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.aw20-info-cat a {
    font-size: 11px;
    color: #00c3e6;
    text-transform: uppercase;
    font-weight: bold;
}

.aw20-info-ATOT a {
    font-size: 11px;
    color: #737373;
    text-transform: uppercase;
    font-weight: bold;
}

.aw20-between-cat {
    width: 5px;
    height: 0.5em;
    background-color: #001E62;
    margin-left: 1em;
    margin-right: 1.7em;
}

.aw20-between-ATOT {
    width: 5px;
    height: 0.5em;
    background-color: #040404;
    margin-left: 1em;
    margin-right: 1.7em;
}

.aw20-strong-abreCapa {
    font-family: asics-office;
    color: #00C3E6 !important;
    font-size: 34px !important;
    text-align: center !important;
    position: absolute;
    right: 70px;
    top: 27vh;
}

.aw20-strongAT-abreCapa {
    font-family: sportstyle_rg;
    color: #fff !important;
    font-size: 3vw !important;
    text-align: center !important;
    position: absolute;
    right: 70px;
    top: 1vh;
}

#catalog .group div {
    right: 30px;
    left: unset !important;
}

.aw20-scale-visualizacao {
    /* transform: scale(1.9); */
}

.aw20-scale-Vanteriores {
    transform: scale(1);
    max-width: 100%;
}

.aw20-scaleVest-Vanteriores {
    transform: scale(1.1);
}

.aw20-scale-visualizacao-vest {
    transform: scale(1.1);
}

.aw20-scale-visualizacao-app {
    transform: scale(1.1);
}

.aw20-scaleMini-visualizacao {
    /* transform: scale(1.9); */
}

.aw20-scaleMini-visualizacao-vest {
    transform: scale(1.1);
}

.aw20-capa-visualização {
    height: 100% !important;
    min-width: 100%;
    object-fit: cover;
    background-position: bottom !important;
}

#catalog .group {
    height: calc(100vh - 8.6vh) !important;
}

.aw20-acess20-cat img {
    position: absolute;
    top: 5%;
    right: 7%;
    width: 269px;
    height: auto !important;
}

.aw20-acess20Asics-cat img {
    position: absolute;
    top: 53%;
    right: 8%;
    width: 133px;
    height: auto !important;
}

.aw20-fall20-cat img {
    position: absolute;
    top: 29%;
    left: 13%;
    width: 269px;
    height: auto !important;
}

.aw20-title-F20,
#catalog .group div.aw20-logo-cat-F20 {
    right: unset !important;
}
.aw20-logo-cat-F20 .aw20-title-F20 {
    color: #ffffff !important;
}
.aw20-fall20_claro-cat img {
    position: absolute;
    top: 0;
    right: 13%;
    width: 269px;
    height: auto !important;
}


.aw20-fall20_claro-cat-B {
    right: unset !important;
    top: 75% !important;
}

.aw20-fall20_claro-cat-B img{
    width: 165px;
}

#catalog .aw20-logo-cat-F20 .aw20-fall20_claro-cat-B {
    right: unset !important;
}

.aw20-fall20_claro-cat-A img {
    position: absolute;
    top: 0;
    right: 13%;
    width: 395px;
    height: auto !important;
}

.aw20-fall20Asics-cat img {
    position: absolute;
    top: 53%;
    left: 17%;
    width: 133px;
    height: auto !important;
}

#catalog .group .aw20-fall20-AT-img {
    position: absolute;
    top: 60vh !important;
    right: 80vw !important;
}

.aw20-fall20-AT-img img {
    width: 136px;
}

.aw20-desc-sportstyle {
    height: 100%;
    display: flex;
    justify-content: center;
}
.aw20-desc-sportstyle strong{
    right: unset;
}

.aw20-desc-sportstyle #sportstyle-capa {
    right: unset !important;
    position: unset !important;
}

.aw20-desc-sportstyle .aw20-fall20_claro-cat img{
    right: unset !important;
    position: unset !important;
    margin-top: 30px;
}

.aw20-desc-sportstyle .aw20-fall20_claro-cat-A img{
    right: unset !important;
    position: unset !important;
    margin-top: 16vh;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////// */

.aw20-li-truncate {
    min-width: 85%;
}

.teste {
    background-color: #001e62;
    height: 10vh !important;
    width: 2vw !important;
}

.aw20-center-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aw20-all {
    padding-top: 55px;
}

.aw20-title-banner span {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    margin-left: 87px;
}

.aw20-desc-banner {
    bottom: 16px;
    left: -60px;
    text-align: end;
    position: absolute;
    line-height: 1;
}

.aw20-desc-banner-home {
    bottom: 16px;
    left: 11vw;
    width: auto;
    text-align: end;
    position: absolute;
    line-height: 1;
}

.aw20-desc-banner-home span {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.aw20-desc-banner-home strong {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.aw20-carousel {
    background-image: url('http://condor2.asicscollection.com/images/aw20/banner_home.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 49vh;
    z-index: -1;
    background-position: center;
}

.asics-tiger #catalog .group {
    background: #000 !important;
}

.aw20-title-sportstyle {
    background-color: #000;
    width: 100%;
    height: 100%;
}

.aw20-title-capa-sportstyle {
    position: absolute;
    background-color: #e8e9ea;
    left: 26vw;
    top: 20vh;
}

.aw20-title-capa-sportstyle strong {
    font-family: sportstyle_rg;
    text-transform: uppercase;
    font-size: 38px;
    color: black;
}

.aw20-title-sportstyle strong {
    font-family: sportstyle_rg;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 53px;
    color: #FFF;
}

.aw20-imgSportstyle-1 img {
    width: 264px;
    height: auto !important;
    position: absolute;
    bottom: 15px;
    left: 23vw;
}

.aw20-imgSportstyle-capa-1 img {
    width: 264px;
    height: auto !important;
    position: absolute;
    top: 38vh;
    left: 23vw;
}

.aw20-imgSportstyle-2 img {
    width: 275px;
    height: auto !important;
    position: absolute;
    bottom: 42px;
    left: 40vw;
}

.aw20-imgSportstyle-capa-2 img {
    width: 275px;
    height: auto !important;
    position: absolute;
    top: 33vh;
    left: 40vw;
}

.aw20-indice-mobile {
    /* margin-right: 10px; */
    position: absolute;
    left: -30px;
    width: 100%;
    top: 39px;
}

.aw20-share-exclusivo {
    display: inline-block;
    margin-right: 10px;
    float: right;
}

.aw20-share-exclusivo i {
    color: #00C3E6;
    font-size: 20px;
}

.aw20-indice-mobile .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}

.aw20-indice-mobile .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-right: 0 !important;
}

.aw20-indice-mobile .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 95vw;
}

.aw20-indice-mobile .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 95vw;
}

.aw20-indice-mobile .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 0 !important;
    /* margin-left: 167px; */
    margin-top: -5px;
    position: absolute;
    top: 50%;
    /* width: 0; */
}

.aw20-indice-mobile .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 0 !important;
    /* margin-left: 167px; */
    margin-top: -5px;
    position: absolute;
    top: 50%;
    /* width: 0; */
}

.aw20-imgSportstyle-3 img {
    width: 240px;
    position: absolute;
    bottom: 14px;
    right: 23vw;
    height: 249px;
    object-fit: cover;
}

.aw20-imgSportstyle-capa-3 img {
    width: 225px;
    height: 271px !important;
    position: absolute;
    top: 26vh;
    right: 23vw;
    height: 249px;
    object-fit: cover;
}

.aw20-carousel2 {
    background-image: url(http://condor2.asicscollection.com/images/aw20/new_banner_AT.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 45vh;
}

.aw20-carouselAT {
    display: flex;
    align-items: center;
    height: 45vh;
}

.aw20-image1 {
    background-image: url('http://condor2.asicscollection.com/images/aw20/thumb_foot.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.aw20-image2 {
    background-image: url('http://condor2.asicscollection.com/images/aw20/thumb_app.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.aw20-border-image {
    border: 1px solid #001254;
    width: 2px;
    height: 38vh;
    text-align: center;
    margin: 0 auto;
}

.aw20-images {
    margin: 2vh auto;
}

.aw20-new-collection {
    background-color: #00C3E6;
    text-align: center;
}

.aw20-background-app {
    height: 100%;
    width: 100%;
    background-color: #00C3E6;
}

.aw20-app-cat {
    height: 2em;
    margin-bottom: 2vh;
    background-color: #00C3E6;
}

.aw20-app-cat-ATOT {
    height: 2em;
    margin-bottom: 2vh;
    background-color: #231E20;
}

.aw20-app-cat p {
    color: white;
    display: inline-block;
    font-size: 1.8em;
    margin-left: 1em;
    margin-top: -0.26em;
    text-transform: uppercase;
}

.aw20-app-cat-ATOT p {
    color: white;
    display: inline-block;
    font-size: 1.8em;
    margin-left: 1em;
    margin-top: -0.26em;
    text-transform: uppercase;
}

.aw20-background-foot {
    height: 100%;
    width: 100%;
    background-color: #001E62;
}

.aw20-image-foot, .aw20-image-app {
    height: 100%;
    width: auto;
    float: right;
}

.aw20-padding-right {
    padding-right: 2.5%;
}

.aw20-padding-left {
    padding-left: 2.5%;
    border-left: 1px solid #001254;
}

.aw20-height-images {
    height: 38vh;
}

.aw20-text-sport {
    color: #001E62;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.aw20-left-sport {
    height: 2px;
    float: left;
    margin: auto;
    display: inline-block;
    background-color: #00C3E6;
}

.aw20-left-sport-OT {
    height: 1px;
    float: left;
    margin: auto;
    display: inline-block;
    background-color: #00C3E6;
}

.aw20-left-pedidos {
    height: 1px;
    float: right;
    margin: auto;
    display: inline-block;
    background-color: #00C3E6;
}

.aw20-right-pedidos {
    height: 1px;
    float: right;
    margin: auto;
    display: inline-block;
    background-color: #00C3E6;
}

.aw20-sportstyles {
    width: 100%;
}

.aw20-center-sportstyles {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.aw20-foot {
    /* transform: translateY(0.2em); */
    height: 100%;
}

/* .aw20-footwear {
    color: white;
    text-transform: uppercase;
    padding: 6px;
    margin-left: 0.4em;
    font-size: 3em;
    transform: translateY(-0.5em);
} */

.aw20-footwear {
    font-size: 31px;
    color: white;
    text-transform: uppercase;
    margin-left: 0.4em;
    height: 100%;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aw20-vestuario {
    font-size: 31px;
    color: white;
    text-transform: uppercase;
    margin-left: 0.4em;
    height: 100%;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .aw20-vestuario {
    color: white;
    text-transform: uppercase;
    padding: 5px;
    font-size: 3em;
    margin-left: 0.7em;
    transform: translateY(-0.455em);
} */

/* .aw20-campanha-ped {
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-left: 3.7vw;
    border: 6px solid;
    border-color: #d0df00 white white #d0df00;
} */

/* ////////////////  header //////////////////// */
ul.inline-menu li {
    margin-left: 4px;
}

.modal-search {
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.container-search {
    background-color: #ffffff;
    height: 80%;
}

.img-modal-search {
    width: 100%;
    height: 30%;
    background: url(/images/ss21/foot_search.png) top;
    background-size: 100%;
}

.border-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-search div {
    width: 100%;
    height: 1px;
    background: #777777;
}

.border-search span {
    text-transform: uppercase;
    font-family: graphik;
    font-weight: 100;
    font-size: 2vw;
    color: #737373;
}

.border-search strong {
    text-transform: uppercase;
    font-family: asics;
    font-weight: lighter;
    font-size: 2vw;
    color: #737373;
}

.answer-search {
    border: 1px solid #707070;
    border-radius: 5px;
    background: #fff;
    height: 45%;
}

.height-span-search {
    height: 10%;
}

.height-input-search {
    height: 20%;
    text-align: center;
}
.height-input-search span {
    font-size: 1.5vw;
    font-weight: lighter;
}
.height-input-search .position-relative button {
    background: url(/images/ss21/icon-search.png) top;
    border: none;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 9px;
    height: 100%;
    width: 1.1vw;
    margin: auto;
    position: absolute;
    left: 9px;
    top: 9px;
}

.display-search {
    height: 70%;
    display: flex;
    background: #FDFCFC;
    justify-content: center;
}

#translation {
    background: #ffffff;
}
#translation ul li a{
    color: #001E62 !important;
    font-family: graphik-medium;
    text-decoration: none;
    font-size: 0.8vw;
}

#translation ul li a img,
.translation button img {
    width: 1.2vw;
}

#translation ul li {
    list-style: none;
    text-align: left;
    display: block;
    margin: 0;
}

#translation ul{
    padding: 5px !important;
    float: right;
    background: #fff;
}

.translation button{
    background: none;
    padding: 0 5px;
    border: none;
}
.translation button:hover{
    cursor: pointer;
}
.translation button:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

header #line-bottom h1 img {
    object-fit: contain;
}

header #line-top ul.brands li img {
    object-fit: contain;
}

header #line-top ul.brands li {
    margin-right: 25px !important;
}

.link-menu ul li a .title{
    text-transform: uppercase;
}

header #line-bottom .cart:hover .float {
    z-index: 99999999;
}

.aw20-titleHeader-OT {
    line-height: 0;
}

.aw20-p-showroom p {
    margin: 0 !important;
    line-height: 1.7;
}

.aw20-p-showroom p:first-child {
    font-size: 15px;
}

.aw20-logos-fullHeader {
    max-height: 24px;
    max-width: 72px !important;
    object-fit: contain;
}

.aw20-link-ATCS {
    position: relative;
    top: 1.3em;
}

.aw20-link-ATprod {
    position: relative;
    top: 2.7em;
}

.aw20-link-OTprod {
    color: #00C3E6;
}

.aw20-link-OTcf {
    position: relative;
    top: 3em;
}

.aw20-link-Aprod {
    position: relative;
    top: 2.8em;
}

.aw20-link-CE {
    color: #00C3E6 !important;
    top: 14.4em;
    position: absolute;
}

.aw20-link-CE-OT {
    color: #00C3E6 !important;
    top: 14.4em;
    right: 42%;
    position: absolute;
}

.aw20-link-AT {
    position: relative;
    top: 13em;
}

.aw20-link-AC {
    color: #00C3E6 !important;
    top: 13em;
    position: absolute;
}

.aw20-link-prod {
    color: #00C3E6 !important;
    top: 14.9em !important;
    position: absolute !important;
}

.aw20-link-P {
    position: absolute;
    color: #00C3E6 !important;
    bottom: 0;
    left: 15px;
}
.aw20-link-S {
    position: absolute;
    color: #00C3E6 !important;
    bottom: -11px;
    left: 15px;
}

.aw20-link-C {
    position: absolute;
    color: #00C3E6 !important;
    bottom: -14px;
    left: 0;
}

.aw20-link-P-OT {
    color: #00C3E6 !important;
    top: 14.4em;
    position: absolute;
    right: 40%;
}

.aw20-title-prevenda a strong {
    line-height: 20px !important;
    margin-top: 0.5em;
    font-size: 12px;
}

.aw20-title-prevenda ul li a {
    line-height: 1.4em !important;
    color: #737373 !important;
}

.aw20-title-prevenda ul li {
    margin-bottom: 0.6em !important;
}

.aw20-title-catalogo a strong {
    line-height: 20px !important;
}

.aw20-title-catalogo ul li a {
    line-height: 1.5em !important;
    color: #737373 !important;
}

.aw20-title-catalogo ul a {
    margin: 1em 0;
}

.aw20-title-showroom {
    line-height: 2em;
    font-size: 13px;
    color: #737373;
}

.aw20-padding-showroom a {
    line-height: 13px !important;
}

.aw20-border-pedidos ul li p {
    font-size: 13px;
    margin-bottom: 0.4em;
    color: #737373;
}

.aw20-border-pedidos ul a{
    color: #737373 !important;
}

.aw20-font-showroom li span {
    font-size: 12px;
    color: #737373;
}

.aw20-font-showroom li img {
    width: 6em;
    margin-top: 3px;
    display: block;
}

.aw20-padding-showroom {
    padding: 7px 0 !important;
    line-height: 1;
}

.aw20-pedidos {
    margin-top: -1em;
}

.aw20-width-pedidos {
    width: 50%;
}

.aw20-border-pedidos {
    border-top: 1px solid #00C3E6;
    margin-top: 2em;
    position: relative;
}

.aw20-displayInline {
    display: inline-block;
}

.aw20-displayInline li a {
    color: white;
}

.aw20-displayInline li {
    color: white;
}

.asics header #line-top {
    background-color: #E4E5F3 !important;
    border-bottom: none !important;
}

.asics-tiger header #line-top {
    background-color: #E4E5F3 !important;
    border-bottom: none !important;
}

.asics-tiger header #line-bottom {
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
}

.asics-tiger footer #line-top {
    background: #001e62;
    position: relative;
    z-index: 9;
}

.asics-tiger footer #line-bottom {
    background: #00c3e6;
    position: relative;
    z-index: 9;
}

.onitsuka-tiger .search-form button {
    border: 0;
    padding: 0;
    line-height: 26px;
    height: 26px;
    width: 31px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/aw20/search-lt-red.png) no-repeat center #7f0618;
    background-size: contain;
}

.aw20-height-nav {
    float: left;
    display: inline-block;
}

.aw20-search {
    float: right;
    position: relative;
    top: 18px;
}

.search-form button {
    fill: #001254 !important;
}

.navbar-collapse ul li {
    line-height: 3em;
    /* border-bottom: 1px solid deepskyblue; */
}

.onitsuka-tiger .menu-mobile {
    background-color: #000;
}

.menu-mobile {
	padding: 0.5rem 1rem;
}

#close-hamburguer {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.7);
}
.menu-mobile .side-collapse {
    z-index: 99999999 !important;
}

#close-hamburguer i {
    color: #fff;
    font-size: 35px;
    float: right;
    margin-right: 4vw;
    margin-top: 0.5vh;
}

.onitsuka-tiger .aw20-icon-hamburguer {
    background-color: #7f0618;
    color: #fff;
}

.onitsuka-tiger .aw20-icon-mobile {
    color: #001b55;
}

.onitsuka-tiger .aw20-border-top{
    border-top: 1px solid #7f0618;
}

.onitsuka-tiger .navbar-inverse {
    background-color: #000;
}

.onitsuka-tiger #aw20-button-mobile button {
    background-color: #000;
}

.aw20-logo-mobile img{
    width: 20vw;
    object-fit: contain;
    position: absolute;
    bottom: 1vh;
    left: 40vw;
}

.aw20-logo-mobile {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.aw20-icon-hamburguer {
    background-color: #001e62;
    border: none;
    color: #ffffff;
    font-size: 1.5em !important;
    margin-top: 9px;
}

.aw20-car-mobile {
    display: inline-flex;
    align-items: center;
    float: right;
    height: 100%;
}

.aw20-icon-mobile {
    color: #001B5;
    padding-right: 0.5em;
}

.aw20-border-top {
    border-top: 1px solid deepskyblue;
}

.aw20-img-mobile {
    display: inline-block;
}

.aw20-img-mobile a img {
    max-width: 55px;
}

.aw20-border-center {
    border-right: 1px solid #dcd9d9;
    height: 6em;
    width: 50%;
}

.aw20-border-center-showroom {
    border-right: 1px solid #dcd9d9;
    height: 14em;
    width: 50%;
}

.aw20-border-center-prevenda {
    border-right: 1px solid #dcd9d9;
    height: 16em;
    width: 50%;
}

.aw20-border-left-OT {
    border-left: 1px solid #dcd9d9;
}

.aw20-border-center-catalogos {
    border-right: 1px solid #dcd9d9;
    height: 17em;
    width: 50%;
}

.aw20-border-center-catalogo {
    border-right: 1px solid #001e62;
    height: 19em;
    width: 68%;
}

.aw20-border-prevenda-blue {
    border-right: 1px solid #001e62;
    height: 17em;
    width: 50%;
}

.aw20-border-bottom {
    border-top: 1px solid deepskyblue;
}

/* /////// footer ////////////// */

.aw20-link-footer ul a {
    font-size: 12px;
}

.aw20-foteer-mobile {
    display: block;
}

.aw20-footer {
    display: none;
}


.catalogTemp #catalog{
    min-height: 100vh !important;
    position: relative;
    background-image: url(/images/aw20/asics_partner1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.catalogTemp #aw20-topMobile-ATOT {
    background-color: #fff;
    height: 100%;
}

/* /// plugin controls video /// */

.container-event-video .video-js {
    display: inline-block;
    width: 64%;
    height: 76%;
    float: left;
}

.play-video-dimensions {
    max-width: 100%;
    max-height: 100%;
}

.event-video-desc {
    width: 35%;
    height: 85vh;
    padding-bottom: 5vh;
}

.container-event-video .vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: block !important;
}

.menu-list::first-letter,
.chat-asics .menu-list::first-letter,
.menu-lateral.show .menu-list::first-letter {
    text-transform: uppercase !important;
}

/* ///////////////// medias //////////////////////// */

.linkMob {
	display: none !important;
}

@media (max-width: 767.97px) {
.linkDesk {
	display: none !important;
}
.linkMob {
	display: flex !important;
}
	
    div.blueHelp {
      display: none;
    }

    .fullCatalog {
        margin-top: 5rem;
        padding-bottom: 8rem;
    }

    .exc-bck-f22 {
        background-position: top;
    }

    #cart .select2-container--default .select2-selection--single {
        width: 140px;
    }

    /* PREVIOUS CENTRAL */
        #previousCentral {
            padding-top: 6rem;
            padding-bottom: 5rem;
        }

        #previousCentral .container-fluid {
            overflow: hidden;
            padding: 1rem 5px;
        }

        #previousCentral .filter-ctd,
        #previousCentral .box-balance.green ,
        #previousCentral .box-released
        {
            margin-bottom: 20px !important;
        }

        .link-balance,
        .link-released {
            display: none;
        }
    /* END PREVIOUS CENTRAL */

    .mktSearch div.search-prod-div {
        display: block;
        float: unset;
        margin-top: 1rem;
    }

    .text-cart {
        padding: 3px 25px;
        border-radius: 20px;
    }

    .img-thumb-mob img {
        margin-bottom: 0.5rem;
    }


    .img-cat-mob {
        margin-bottom: 1.5rem;
    }

    #catalog .carousel-indicators {
        bottom: 0;
    }

    body {   
        padding-bottom: 73px;
    }

    /* footer .footer-catalog {
        padding: 6px 0;
        position: relative !important;
    } */

    .blueDesk {
        display: none;  
    }
    
    main .blueMob {
        display: block;
    }

    .divTab {
        margin-left: 7px;
    }

    #preview-controller .tab {
        padding: 4px 13px;
    }


    .moreDetails {
        display: none;
    }

    .blueSelectOption {
        font-size: 12px;
    }

    .btnController {
        width: 47%;
    }

    #preview-controller .btnController {
        margin-bottom: 1rem;
    }

    #preview-controller {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    #cart .add-date {
        color: #001e62;
        background-color: white;
        width: 470px !important;
        float: left !important;
    }

    #cart .product-selection .tab-control {
        margin-top: 1px;
    }

    #cart .product-selection table.grade td input {
        line-height: 30px;
    }

    #cart .product-selection .tab-control li .active.blueCartBtnActive,
    #cart .product-selection table.grade thead tr th,
    #cart .product-selection table.grade tr td.identifier, 
    #cart .product-selection table.grade tr td {
        font-size: 0.65rem !important;
        text-transform: uppercase;
    }

    .blueBtnCartProd {
        font-size: .875rem;
        font-family: 'asics30-bold';
    }

    .blueCartFZMob {
        font-size: 0.7rem;
    }

    .btn-group .multiselect {
        font-size: 0.7rem;
    }

    .aw20-remover-produto p a {
        padding: 0;
        font-size: 0.65rem;
    }

    #cart .product-selection {
        width: 95%;
        margin-left: 2.5%;
    }

    .blueRowCartValue {
        white-space: nowrap;
        overflow: auto;
    }

    .blueCartMonth {
        text-align: center;
        border-bottom: 1px solid #001B55;
    }

    .blueCartMonthMob {
        background: #E4E5F3;
        border-radius: 5rem;
        height: 4rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 20%;
        margin-right: 15px;
        font-family: 'asics30-regular';
        font-size: 0.6rem;
    }

    .form-group label.float {
        line-height: 2;
        font-size: 0.8rem !important;
    }

    .aw20-input-pedidos input {
        border: none;
        border-bottom: 1px solid #001b55;
        border-radius: 0;
        line-height: 1.8;
    }

    #cart .aw20-selecione-loja .btn-group {
        border-bottom: 1px solid #001b55;
    }

    .aw20-selecione-loja {
        line-height: 0;
        border: none;
        border-bottom: unset;
        border-radius: 0;
        border-right: 1px solid #001b55;
    }

    .order-minimum .progress-bar {
        height: 1.5rem !important;
        border: 2px solid #001B55;
        width: 100%;
        margin-top: 0;
        border-radius: 20px;
        background: #ffffff;
        overflow: hidden;
        box-shadow: unset;
        margin-bottom: 0.7rem;
    }

    .text-progress strong {
        font-size: .7rem;
    }

    .blueScrollTop,
    .blueHelp {
        width: 2rem;
        height: 2rem;
        bottom: 5em;
    }

    .blueHelp img {
        width: 37%;
    }

    .blueHelp.blueScroll {
        bottom: 9.8rem;
    }

    .containerBlueHelp.blueScroll {
        bottom: 14rem;
    }

    .blueScrollTop {
        line-height: 1.3;
    }

    .containerBlueHelp {
        width: 85vw;
        bottom: 8rem;
    }

    main section#login,
    main section#register {
        min-height: 84vh;
    }

    #modalWhatsapp .modal-dialog {
        width: 96vw;
    }

    .btnOrder.btn-preSale {
        width: 29.2vw;
        margin-right: 10px;
    }

    .blue-powered {
        margin-top: 1vh;
    }

    .banner-web {
        display: none;
    }
    
    .banner-mobile {
        display: block;
    }

    .aw21-search-mobile .search-form {
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
        border: none;
        border-bottom: 1px solid #001e62;
    }
    .aw21-search-mobile .search-form button {
        border: 0;
        padding: 0;
        line-height: 26px;
        height: 20px;
        width: 31px;
        position: absolute;
        top: 0;
        left: 0;
        background: url('/images/ss21/blueSearch.png') no-repeat center;
        background-size: contain;
    }

    .aw21-search-mobile .search-form input {
        border: none;
        padding: 0 30px;
        text-align: center;
    }

    .aw21-search-mobile {
        position: relative;
        top: calc(55px + 3vh);
        line-height: 44px;
        margin: 0 0 1vh!important;
        white-space: nowrap;
        background: #fff;
        padding: 12px 0 10px;
        box-shadow: 0px 3px 6px #00000029;
    }

    .carousel-infos .slick-slide img {
        padding: 0;
    }

    .aw21-showroom {
        margin-top: 5vh !important;
    }

    .blue-img-showroom img {
        width: 100%;
    }

    #marketing {
        margin-top: 7vh;
    }

    #downMkt {
        position: relative;
        top: 9vh;
        padding: 0 15px !important;
    }

    .mktSearch {
        top: 0;
    }

    #search .search-result .carroussel img {
        margin-bottom: 1vh;
    }

    .text-cart {
        font-size: 1.8vh;
    }

    #cart .product-selection .tabs {
        width: 96%;
    }
    
    .bck-tooltip.show {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    #search {
        margin-top: calc(55px + 10vh);
    }
    
    #search .back-white {
        padding-bottom: 5vh;
    }

    .access-SR {
        display: none;
    }

    .img-tryon img {
        width: 42vw;
        margin-bottom: 2vh;
    }

    .masterFoot {
        transform: translate(-19.5vw, 0);
    }

    body.loader .load { 
        //display:none; 
    }

    .aw21-sr-images div {
        text-align: center;
    }

    .aw21-sr-images div img {
        width: 62%;
        margin: 4.3vh auto;
    }

    .aw20-desc-cat-foot.aw21-span span {
        transform: translate(-15vw, 3vh);
    }

    .desc-foot {
        transform: translate(-1.2vw, 2vh);
    }   

    .desc-foot div .channelFoot {
        font-size: 20vw;
    }

    .desc-atot {
        transform: translate(30vw, -2vh);
    }

    .desc-atot div .channelATOT {
        font-size: 30vw;
    }

    .aw20-desc-cat-ATOT span {
        font-size: 8vw;
    }

    .masterATOT {
        transform: translate(0, -4vh);
    }

    .aw20-desc-cat-ATOT.aw20-banner-easy span {
        transform: translate(23vw, -5vh);
    }

    .clearSearchOrder {
        float: unset;
    }
    #dashboard .aw20-top-dash {
        top: 0;
    }
    .border-search-order {
        border-top: 1px solid #707070;
    }
    .btn-search-orders {
        height: 100%;
    }
    .iframe-cart iframe {
        width: 100%;
        height: calc(100% - 5vh);
    }
    .iframe-cart {
        top: 4vh !important;
        height: calc(100vh - 4vh) !important;
        z-index: 99999999999 !important;
    }
    .header-iframe {
        width: 100%;
    }
    .qnt-cart span {
        left: 20px;
    }
    .logout.aw21-button-mobile {
        margin-top: 3vh !important;
    }
    .rowBtnOrderPre {
        margin: 60px 0 0 20px;
    }
    .ml-itemShow ul li,
    .ml-itemShow ul .ml-sub-title {
        line-height: 2;
    }
    /* dash-mobile */
    #dashboard.aw20-dashboard.dash-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -100vw;
        width: 0;
        height: 100%;
        overflow: auto;
        padding-bottom: 20vh;
        z-index: 999999;
        transition-duration: 0.6s;
    }
    #dashboard.aw20-dashboard.dash-mobile.show {
        width: 100vw;
        left: 0;
        transition-duration: 0.6s;
    }
    
    .dash-mobile .aw20-dash-png .row .aw20-displayInline:first-child {
        width: fit-content;
        margin: 0;
    }
    
    .dash-mobile .aw20-dash-png .row .aw20-displayInline:last-child {
        width: fit-content;
        margin: 0;
    }

    .back-mobile {
        width: fit-content;
    }
    
    .aw20-dashboard.dash-mobile .aw20-top-dash {
        width: 100%;  
        top: 55px;
        max-width: unset;
    }

    /* fim dash-mobile */

    #fixedNotification {
        z-index: 99999999999;
    }

    #cart {
        height: fit-content;
        margin: 0px 0 60px;
        padding: 0;
    }

    #cart .dataTables_wrapper .dataTables_filter label {
        width: fit-content;
        margin-top: 0 !important;
        margin-bottom: 2vh !important;
    }

    .pl-cart-mobile {
        padding-left: 0;
    }

    .aw20-showroom-background2 {
        background: bottom;
        background-image: url(/images/aw20/showroom_background.png);
    }
    #catalog .flex-direction-nav .flex-next {
        right: -50px !important;
    	top: 0 !important;
    	height: 100%;
	width: 50px;
    }
    #catalog .flex-direction-nav .flex-prev {
            left: -50px !important;
    	top: 0 !important;
    	height: 100%;
    	margin-left: 0;
    	width: 50px;
    }
    .catalogTemp #catalog {
        min-height: 100vh !important;
        padding-top: 0;
        padding-bottom: 65px;
    }
    .catalogTemp {
        height: unset !important;
    }
    #catalog {
        height: fit-content !important;
        padding-bottom: 65px;
        margin-top: 110px;
    }
    #account .bck-account h3 {
        font-size: 16px;
    }
    #account {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    #orders table tr td {
        border-bottom: none;
        text-align: left;
    }
    #orders .aw20-thead-myOrders th {
        background-color: #D7D7D7 !important;
    }
    .aw20-thead-myOrders th button {
        margin: 0 auto;
    }
    .aw20-barra-myOrders {
        margin: 2vh 0;
        line-height: 7vh;
        padding: 12px 22px;
        background-color: #D7D7D7;
    }
    .aw20-barra-myOrders .aw20-border-myOrders {
        border-bottom: none;
        background: #fff;
        padding: 5px;
    }
    .aw20-td-lojaPedidos {
        line-height: 1;
    }
    #orders table tr td a {
        float: unset;
    }
    .aw21-mob,
    .linkMob {
        display: block !important;
    }
    .aw21-desk,
    .linkDesk {
        display: none !important;
    }
    .aw21-mob-foot {
            width: 36px;
    	display: block;
    	background: #fff;
    	padding: 5px;
    	border-radius: 50px;
    	box-shadow: 0px 0px 6px #00000050;
    }
    .aw21-mob-foot img {
	width: 85%;
    	margin-left: 7.5%;
    }
    .aw21-desk-foot {
        display: none !important;
    }
    .aw20-cart-date {
        left: 0;
    }
    .add-date {
        float: left !important;
    }
    #cart .header .line-bottom strong {
        padding: 0 !important;
        font-size: 9px;
    }
    .aw20-borderbottom-desc {
        font-size: 11px;
        width: 23px;
    }
    .aw20-pdv-mobile div {
        white-space: nowrap;
        font-size: 10px;
        line-height: 46px;
    }
    #cart .header .line-top .aw20lineBottom-margin strong {
        padding-left: 0;
    }
    .form-group.aw20-input-pedidos {
        width: 170px;
    }
    #cart .product-selection .tabs .tab.active {
        overflow: auto;
        padding-bottom: 0.5rem;
    }
    #cart .product-selection table.grade td {
        line-height: 30px !important;
    }
    #cart .product-selection table.grade th {
        line-height: 35px !important;
        padding: 0 20px !important;
    }
    .aw21-mob .aw20-displayInline .aw20-markup-pedidos input {
        background-color: #D0D0D0;
    }
    .aw20-search-border,
    .m-space {
        border-bottom: 1px solid #d0d0d0;
        border-right: none;
        padding-bottom: 2vh;
        margin-bottom: 2vh;
        height: fit-content;
    }
    #search .search-result .carroussel {
        margin: 0 15px!important;
        padding: 0 7px !important;
    }
    #search .search-result .carroussel .flex-direction-nav .flex-next,
    #search .search-result .carroussel .flex-direction-nav .flex-prev {
        right: -15px !important;
        top: 46% !important;
    }
    .aw20-search-codes {
        margin-top: 0 !important;
        line-height: 1;
    }
    #search .search-result .title {
        height: fit-content;
        margin-top: 3vh;
        line-height: 1;
    }
    .aw21-mark {
        margin: 0;
    }
    #cart .product-selection table.grade th:first-child,
    #cart .product-selection table.grade td.identifier {
        position: unset;
    }
    /**** menu lateral ****/
    .menu-lateral {
        display: none;
    }

    .btn-tutorial.s21-tutorial-catalog {
        display: none;
    }

    .container-home {
        width: 100vw;
        padding: 0;
        padding-top: 55px;
    }
    
    .ml-itemShow ul li {
        padding: 0;
    }

    .ml-itemShow ul li a {  
        font-size: 1.5vh;
        line-height: 3;
    }

    .bck-mb .collapse.show {
        padding-left: 50px;
    }

    /**** fim menu lateral ****/
    main {
        margin-top: unset;
        padding: 3vh 0 8vh;
    }

    #titleActive {
        padding: 0 10px;
    }

    .list-events {
        padding: 10px 20px 10px 20px;
    }

    .container-home #home-carouselPrinc {
        height: fit-content;
    }
    /* //// new home //// */
    .container-event-video .video-js {
        width: 100%;
        height: 35%;
    }
    .event-video-desc {
        height: 54vh;
        margin-top: 9vh;
    }
    .container-events, .container-event-video,
    .container-trade.container-event-video {
        padding-top: 55px;
        width: 100%;
        margin-top: 0;
    }

    .container-trade .event-video-desc {
        padding-bottom: 11vh;
    }

    .container-events span {
        font-size: 5vh;
    }
    .desc-banner1 {
        top: unset;
        bottom: 0;
    }
    .bckImage-banner1 {
        background-position: 50% 23%;
    }
    .desc-banner3 span:first-child {
        font-size: 7vh;
    }

    .desc-banner3 {
        top: 43vh;
        bottom: 0;
    }

    .desc-banner3 .link-banner1 a {
        font-size: 12px;
    }

    .desc-banner3 .span-colecao span {
        font-size: 1.7vh;
    }

    .desc-banner3 .span-colecao span {
        line-height: 1.2;
    }
    .events {
        width: 45%;
        margin: 1vh 0.5vw;
    }

    .container-events .ap-event span,
    .container-events .desc-event span {
        font-size: 1.5vh;
    }

    .container-event-video video {
        width: 100%;
    }
    .event-video-desc {
        width: 100%;
        max-height: 100vh;
    }
    .event-span-banner1 span {
        padding: 0 10px;
        font-size: 1.2vh;
    }
    /* .event-span-banner1 .envent-span3 {
        float: unset; 
        margin-top: unset;
    } */
    .envent-span3.back-trade,
    .envent-span3.back-ppt {
        float: right;
        margin-right: 15px;
    }
    .container-event-video .event-span-banner1,
    .container-event-ppt .event-span-banner1 {
        text-align: center;
        height: 40px;
    }
    .event-span-banner1 .envent-span {
        font-size: 14px;
    }
    .event-span-banner1 .envent-span3 {
        margin-top: unset;
    }
    .container-events .container-fluid {
        display: flex;
        align-items: center;
        text-align: left;
        height: 58px;
    }
    .evt-back-home {
        top: 1px;
    }
    /* //////////////////// */
    .translation {
        float: right;
        margin-top: 8px;
    }
    #translation ul li a img,
    .translation button img {
        width: 4.2vw;
    }
    #translation ul {
        position: relative;
        top: 40px;
        left: 30px;
    }
    #translation ul li a {
        font-size: 2.8vw;
    }
    /* /////////////// home /////////////////////// */
    .bckImage-home {
        background-position: 51% 35%;
        height: 93vh;
    }
    .old-bckImage-home {
        background-position: 51% 35%;
        height: 93vh;
    }
    .home-spring {
        font-size: 3vh;
        bottom: 4.5vh;
    }
    .home-summer {
        font-size: 3vh;
    }
    .container-fluid {
        width: 100%;
        height: 100%;
        padding: 0 15px;
        overflow-x: hidden;
    }

    .aw20-images {
        overflow: hidden;
        width: 100%;
    }
    .catalogTemp #catalog .flex-direction-nav .flex-next {
        right: 15px !important;
        top: 29.7vh !important;
    }
    #catalog .flex-direction-nav .flex-next:before {
        width: 18px;
    }
    .catalogTemp #catalog .flex-direction-nav .flex-prev {
        width: 18px;
        left: unset !important;
        top: 29.7vh !important;
        margin-left: 11px;
    }
    .catalogTemp .aw20-indice-catalog-capa, #catalog .group .aw20-indice-catalog-capa {
        top: 35vh !important;
    }
    #catalog .flex-direction-nav .flex-next:before{
        content: " ";
        position: absolute;
        top: 57%;
        border-top: 2px solid #001E62 !important;
        border-right: 2px solid #001E62 !important;
        left: 5px;
        height: 10px;
        width: 10px;
        transform: rotate(45deg);
    }
    #catalog .flex-direction-nav .flex-prev:before {
        content: " ";
    	position: absolute;
    	top: 57%;
    	left: 35px;
    	border-top: 2px solid #001E62 !important;
    	border-left: 2px solid #001E62 !important;
    	height: 10px;
    	width: 10px;
    	transform: rotate(-45deg);
    }
    .aw20-imgSportstyle-3 img {
        width: 127px;
        bottom: 14px;
        right: 5vw;
        height: 173px;
    }
    .aw20-imgSportstyle-2 img {
        width: 166px;
        height: auto !important;
        bottom: 42px;
        left: 33vw;
    }
    .aw20-imgSportstyle-1 img {
        width: 140px;
        bottom: 32px;
        left: 5vw;
    }
    .aw20-imgSportstyle-capa-3 img {
        width: 127px;
        bottom: 14px;
        right: 5vw;
        height: 173px;
    }
    .aw20-imgSportstyle-capa-2 img {
        width: 166px;
        height: auto !important;
        bottom: 42px;
        left: 33vw;
    }
    .aw20-imgSportstyle-capa-1 img {
        width: 140px;
        bottom: 32px;
        left: 5vw;
    }
    .aw20-title-sportstyle strong {
        /* font-size: 1.5em; */
    }
    .aw20-tenis-home img {
        width: 150px;
    }
    .aw20-desc-banner-home span {
        font-size: 15px;
    }
    .aw20-desc-banner-home strong {
        font-size: 15px;
    }
    .aw20-desc-banner-home {
        left: 2vw;
    }
    .aw20-link-pronta a{
        display: block;
    }
    /* /////////////// ATOT /////////////////////// */
    .onitsuka-tiger #catalog .slots, .asics-tiger #catalog .slots {
        height: 644px;
        position: relative;
        top: 58px;
    }

    .aw20-capa-AT {
        height: 93vh;
    }

    .aw20-capa-AT img {
        object-position: left;
    }
    
    .aw20-cat-app {
        height: 36vh;
    }

    .aw20-desc-cat-ATOT .content {
        margin-top: -0.5em;
    }
    #catalog #aw20-topMobile-ATOT li .cover figure img {
        height: 100%;
        object-fit: cover;
    }
    .aw20-title-capa-sportstyle {
        left: 17px;
        top: 30px;
    }
    .aw20-topMobile-ATOT {
        margin-top: 55px;
        padding: 0;
    }
    
    .aw20-padding-cat {
        width: 100%;
    }
    
    #aw20-topMobile-ATOT {
        position: relative;
        top: 55px;
    }
    .aw20-topAT-mobile {
        margin-top: 42px;
    }
    .aw20-title-banner span {
        width: 100%;
        font-size: 15px;
        margin-left: 4px;
    }
    .aw20-title-banner {
        margin-top: 2px;
    }
    .aw20-desc-banner span {
        font-size: 12px;
    }
    .aw20-desc-banner {
        font-size: 12px;
        bottom: 20px;
        left: -41px;
    }
    .aw20-desc-banner strong {
        font-size: 12px;
        white-space: nowrap;
    }
    /* /////////////////// showroom /////////////// */
    .aw20-showroom-background2 div img,
    .container-video-showroom {
        height: 33vh;
    }
    /* ////////////////////////////////// */
    .aw20-new-Menu-total div:last-child {
        text-align: left !important;
    }
    .aw20-fall20_claro-cat-A img {
        width: 351px;
    }
    #catalog .group div {
        left: 0 !important;
    }
    .asics-tiger #catalog .group {
        height: 100vh !important;
    }
    #catalog .group .aw20-fall20-AT-img {
        right: 56vw !important;
    }
    .aw20-desc-cat-app {
        margin-bottom: 1vh;
    }
    .aw20-app-cat p {
        margin-top: -0.1em;
        margin-left: 3.5em;
    }
    .aw20-app-cat-ATOT p {
        margin-top: -0.1em;
        margin-left: 3.5em;
    }
    .aw20-desc-cat-foot {
        margin-bottom: 1vh;
    }
    .aw20-foot-cat p {
        margin-top: -0.1em;
        margin-left: 3.5em;
    }
    .aw20-padding-cat {
        padding: 0px !important;
    }
    .aw20-app-cat {
        margin-top: 55px;
        position: fixed;
        z-index: 9;
    }
    .aw20-app-cat-ATOT {
        /* margin-top: 55px; */
        position: fixed;
        z-index: 9;
    }
    .aw20-foot-cat {
        border-top: 1px solid #00C3E6;
        margin-top: 55px;
        position: fixed;
        z-index: 9;
    }
    #catalogs, section#catalogs {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .aw20-cat-app {
        margin-bottom: 1vh;
        margin-top: 95px;
    }
    .aw20-cat-foot {
        margin-bottom: 1vh;
        margin-top: 95px;
    }
    .social {
        padding-top: 0.3em !important;
    }
    .aw20-foteer-mobile {
        display: none;
    }
    .aw20-footer {
        display: block;
    }
    .aw20-padding-text {
        padding-top: 1em;
    }
    footer #line-bottom {
        padding: 6px 30px !important;
    }
    .aw20-height-images {
        height: 60vh;
        width: 100%;
        overflow: hidden;
    }
    .aw20-all {
        padding-top: 55px;
    }
    .aw20-new-collection {
        width: 100%;
    }
    .aw20-carousel {
        height: 30vh;
        width: 100%;
    }
    .aw20-carousel2 {
        width: 100%;
        height: 38vh;
        background-size: cover;
        background-position: left;
    }
    .aw20-carouselAT {
        height: 38vh;
    }
    .aw20-padding-left {
        margin: 2vh 0 !important;
        width: 100%;
        overflow: hidden;
    }
    .aw20-footwear {
        font-size: 20px;
    }
    .aw20-vestuario {
        font-size: 20px;
    }
    .aw20-padding-box {
        padding: 0px;
    }
    #catalogs .slot {
        padding: 0px 5px !important;
    }
    .aw20-cat-exclusivos div {
        transform: translate(0.5em, -0.18em);
    }
    .aw20-cat-exclusivos {
        margin-top: 60px;
        margin-bottom: 5px;
    }
    .aw20-exc-row {
        margin: 0 !important;
        position: relative;
    }
    /* /////////////////// Visualizar catálogos ////////////////////// */
    #catalog li .slot {
        overflow: unset;
    }
    #catalog .flex-viewport {
        overflow: hidden !important;
    }
    .aw20-title-Vcatalog {
        margin-top: -12px !important;
        font-size: 1em !important;
    }
    #catalog li .slot .highlight .price {
        font-size: 1em;
    }
    .aw20-scale-visualizacao {
        /* transform: scale(1.2); */
    }
    .badge.FEMININO li strong {
        margin-left: -1vw;
        top: 0;
    }
    .badge.MASCULINO li strong {
        margin-left: 4vw;
        top: 0;
    }
    .badge.UNISSEX li strong {
        margin-left: 4vw;
        top: 0;
    }
    .badge.KIDS li strong {
        margin-left: 4vw;
        top: 0;
    }
    #catalog li .slot .info .badge {
        padding: 8px 20px;
        margin-top: 0px;
    }
    .aw20-border-Vcatalog {
        margin-top: 4vh;
    }
    .aw20-top-visualizacao {
        margin-top: 6vh;
    }
    .aw20-capa-visualização {
        height: 100% !important;
        background-size: cover;
        object-fit: cover;
        min-width: 100%;
        
    }
    #catalog li .slot {
        width: 100% !important;
        height: 100% !important;
    }
    #catalog li .slot:nth-child(2):before {
        display: none;
    }
    #catalog li .slot .related .checked:after {
        height: 80px;
        width: 80px;
        top: 21px;
        margin: 0 auto;
        margin-left: 6vw;
    }
    #catalog li .slot .info .badge {
        padding: 8px 10px;
    }
    .badge.KIDS li strong {
        padding: 8px 20px;
    }
    .badge.UNISSEX li strong {
        padding: 8px 20px;
    }
    .badge.MASCULINO li strong {
        padding: 8px 20px;
    }
    .badge.FEMININO li strong {
        padding: 8px 20px;
    }
    .aw20-campanha-ped {
        margin-left: 12vw;
    }
    /* /////////////////////////////////////////// */
    .aw20-header-desk {
        display: block;
    }
    .aw20-header-mobile {
        display: block;
        white-space: nowrap;
    }
    .aw20-border-left-pedidos {
        display: none;
    }
    .aw20-border-left-pedidos-bottom {
        display: none;
    }
    #cart .order-content .line-top div {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .aw20-input-pedidos label {
        padding-left: 0 !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding-left: 0 !important;
    }
    .aw20-data-meus-pedidos {
        float: left;
        padding-left: 15px !important;
    }
    .aw20-bottom-mobile {
        width: 24%;
        display: inline-block;
        padding-right: 0;
        padding-left: 0 !important;
    }
    .cart-line-fixed .header .line-bottom {
        max-width: 767px !important;
        width: 100% !important;
        top: 0px !important;
    }
    .order-minimum {
        margin-bottom: 5px;
    }
    .aw20-dash-aviso p {
        width: 100vw !important;
        font-size: 7px;
    }
    .aw20-markup-mobile div {
        display: inline-block;
    }
    /* .aw20-markup-mobile div:last-child {
        padding-right: 48px;
    } */
    .aw20-remover-pedidos {
        padding: 5px 14px !important;
        border-radius: 5px !important;
    }
    /* .aw20-adicionarData-pedidos {
        width: auto !important;
        border-radius: 5px !important;
    } */
    .aw20-pdv-mobile {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .aw20-PadMobile-total {
        padding: 0 15px !important;
    }
    .aw20-dash-aviso-mobile p {
        width: 100vw;
        margin-left: -24px;
        font-size: 8px;
        margin-bottom: 0;
        text-align: center;
        background: #f8485e;
        border: 1px solid #f8485e;
        color: white;
        cursor: not-allowed;
        white-space: nowrap;
    }
    .aw20-dash-aviso-mobile {
        height: 30px;
        padding-top: 0 !important;
    }
    .aw20-pdv-mobile div strong {
        font-size: 12px;
    }
    .aw20-dashboard-mobile {
        display: block;
        z-index: 9999999;
    }
    #dashboard {
        display: none;
    }
    #dashboard.show {
        display: block;
    }
    .aw20-dashboard-mobile div img {
        height: 18px;
    }
    .aw20-padding-mobile {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .aw20-dash-aviso-mobile {
        display: block;
    }
    .aw20-dash-aviso {
        display: none;
    }
    .order-content .header {
        position: relative;
        margin-top: 0px !important;
    }
    .cart-line-fixed .header .line-top {
        top: 6vh;
    }
    /* ///////////////////// my-orders //////////////////// */
    .aw20-mobile-top-myOrders {
        width: 50%;
        line-height: 1;
        padding: 5px 0;
        display: inline-block;
    }
    .aw20-border-myOrders {
        padding: 15 10px;
    }
    #orders {
        padding: 55px 0;
    }
    .aw20-mobile-myOrders {
        display: block;
    }
    .aw20-desk-myOrders {
        display: none;
    }
    .aw20-borderBR-myOrders {
        padding: 0 10px;
    }
    .aw20-menu-myOrders {
        position: absolute;
        right: 0;
        margin-right: 27px;
        color: black;
        font-size: 3em;
        z-index: 999;
        top: 0px;
    }
    .aw20-menu-myOrders button {
        background-color: transparent;
        border: none;
    }
    .fa-ellipsis-v {
        font-size: 25px !important;
        color: #001E62;
    }
    #orders table tr td:last-child {
        width: auto;
        height: auto;
    }
    .aw20-mobile-lastTh {
        height: 58px;
    }
    .aw20-showroom-15k {
        white-space: unset;
    }
    .aw20-showroom img {
        padding: 15px 11px;
        width: 49%;
    }
    .aw20-shoroom-asics {
        position: relative;
        top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .aw20-showroom-top {
        margin-top: 8vh;
        margin-bottom: 2vh;
    }
    .aw20-shoroom-asics img {
        position: unset;
        height: 315px;
    }
    .aw20-showroom-top .row div {
        text-align: center;
        margin-bottom: 14px;
    }
    .aw20-showroom span {
        font-size: 23px;
    }
    /* //////////////////// Region ////////////////////////// */
    .aw20-region-desk {
        display: none;
    }
    .aw20-region-mobile {
        display: block;
    }
    #selectRegion {
        min-height: 350px;
        height: auto;
    }
    /* /////////////////////   product   ///////////////////// */
    .aw20-title-Vproduct {
        font-size: 1em !important;
    }
    #product {
        padding: 0 0 5vh;
    }
    /* #product .flex-direction-nav .flex-next,
    #product .flex-direction-nav .flex-prev {
        display: none;
    } */
    .flex-control-thumbs img {
        width: 75px !important;
    }
    #product .highlight .flex-direction-nav .flex-next {
        margin: -52px 0 0 !important;
        right: 4px !important;
    }
    #product .highlight .flex-direction-nav .flex-prev {
        margin: -52px 0 0 !important;
        left: 4px !important;
    }
    .aw20-product-pedido {
        margin-top: 60px;
        margin-bottom: 12px;
    }
    #product .highlight figure img {
        width: 100%;
        object-fit: contain;
    }
    #product .highlight figure {
        display: flex;
        justify-content: center;
    }
    .aw20-product-price {
        font-size: 22px;
    }
    .aw20-product ul li {
        text-align: left !important;
        padding-left: 0;
    }
    .aw20-product ul {
        white-space: unset;
    }
    /* /////////////////////// search ////////////////////////////// */
    .aw20-search-new {
        /* float: left; */
    }
    /* ////////////////// analisar pedido ///////////////////////// */
    #cart #review_wrapper {
        padding: 0 24px;
    }
    #cart .dataTables_wrapper .dataTables_length {
        float: left;
        display: block;
        margin: 45px 0 0 0;
        width: fit-content;
    }
    .dataTables_wrapper .dataTables_filter label {
        margin: 52px 0 0 0!important;
        float: right;
        width: min-content;
    }
    #cart .header .line-top {
        background: #001e62;
        color: #fff;
        line-height: 40px;
        margin-top: 17px !important;
    }
    .aw20-border-blue-pedidos {
        display: none;
    }
    .aw20-topCart-mobile .header .line-top {
        background: #001e62;
        color: #fff;
        line-height: 40px;
        margin-top: 23px !important;
    }
    table.dataTable thead th {
        font-size: 12px;
    }
    #cart .aw20-top-details .line-top {
        margin-top: 16px !important;
    }
    .aw20-fall20Asics-cat img {
        top: 65%;
        left: 15%;
        width: 127px;
    }
    .aw20-fall20-cat img {
        top: 46%;
        left: 10%;
        width: 180px;
    }
    .aw20-acess20-cat img {
        width: 218px;
    }

    main section {
        min-height: 100vh;
    }

    #catalog li .slot .mini {
        padding-bottom: 30px;
        margin-bottom: 18px;
    }

    .asics #catalog .group{
        height: 100vh !important;
    }

    #catalog .group .aw20-fall20_claro-cat-B {
        left: unset !important;
        margin-top: 30vh;
    }

    /* ///////////////////// menu-mobile //////////////////////////// */
    .menu-mobile .side-collapse {
        z-index: 2;
        top: 55px;
        bottom: 0;
        left: 0;
        width: 83vw;
        position: fixed;
        overflow: hidden;
        transition:max-height 0.3s ease-out;
        height: auto;
    }
    .menu-mobile .side-collapse.in {
        height: 0;
    }
    .menu-mobile .navbar-inverse {
        background-color: #fff;
    }
    .menu-mobile .navbar-nav li a {
        color: #636466;
    }
    .menu-mobile .search-form {
        max-width: unset;
    }
    .menu-mobile .search-form button {
        width: 31px !important;
        position: absolute !important;
    }
    .aw20-logout-mobile {
        background: #3db7e4;
    }
    .menu-mobile .navbar-nav .aw20-logout-mobile a {
        color: #fff;
    }
    .menu-mobile .search-form button {
        right: -3px;
    }
    .menu-mobile .search-form button::after {
        display: none;
    }
    .menu-mobile .aw20-net-mobile .preorder.white::after {
        display: none;
    }
    /* ///////////////////// chat ////////////////////////////// */
    /* .chat-asics {
        display: none;
    } */
    /* ///////////////////// tutorial ////////////////////////////// */
    /* .carousel__item,
    .tutorial .tile {
        width: 100% !important;
    }
    .tutorial-mobile {
        display: inline-block !important;
    }
    .tutorial-desk {
        display: none !important;
    } */
    .s21-tutorial-catalog-mobile,
    .aw20-modal-exit-mobile {
        display: block;
    }
    .s21-tutorial-catalog,
    .aw20-modal-exit {
        display: none;
    }
    .scale-on {
        width: 140% !important;
        transform: rotate(90deg);
        margin: 20vh 0vh 0 -6vh !important;
    }
    .carousel {
        max-width: 100vw;   
        
    }
    .tutorial {
        position: absolute;
        right: 0;
        left: 0;
        top: 55px;
    }
    .tutorial .carousel {
        left: 10px;
        bottom: 20px;
    }
    .chat-iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 55px;
    }
    .container-chat {
        width: 85%;
        height: 70%;
    }
    .modal-tutorial {
        top: 55px;
        padding-top: 0;
        align-items: unset;
        z-index: 9999999;
        position: fixed;
        padding-bottom: 70px;
    }
    .modal-tutorial .carousel {
        width: 100%;
        max-width: 100%;
    }
    .modal-tutorial .row:first-child {
        margin: 0;
        margin-top: 1vh
    }
    .modal-tutorial .imgThumb-tutorial.row {
        margin: 3px auto;
    }
    .tutorial-thumbs .thumbDesc {
        line-height: 1;
        padding-left: 5px;
    }
    .container-img {
        width: 97vw;
        display: block;
        margin: 0 auto;
        height: 38vh;
    }
    .menu-mobile {
        z-index: 999999999;
        height: calc(55px + 3vh);
    }
    .aw20-tutorial-catalog {
        padding: 3px 1px 15px;
    }
    .tutorial_logo {
        position: absolute;
        top: -6px;
        left: 4px;
    }
    .tutorialMenu {
        top: 1vh;
    }
    .tutorialPurchase strong {
        font-size: 1.4vw;
    }
    .tutorialExclusive strong {
        text-shadow: #000 2px 3px 2px;
        font-size: 1.3vw;
    }
    .s21-tutorial-catalog div,
    .s21-tutorial-catalog-mobile div,
    .chat-asics div,
    .aw20-tutorial-exit div,
    .aw20-tutorial-exit-mobile div,
    .aw20-chat-exit div,
    .aw20-sr-exit div,
    .aw20-modal-exit div {
        font-size: 1.2vh;
        padding: 2.1vw 1vw;
    }
    .aw20-tutorial-exit, 
    .aw20-tutorial-exit-mobile, 
    .aw20-chat-exit, 
    .aw20-sr-exit, 
    .aw20-modal-exit {
        top: 56vh;
    }
    .carousel__btn {
        height:  5.87vh !important;
    }
    .tile__img {
        height: 5.87vh;
    }
    .tutorial-thumbs {
        width: 80%;
        margin: 0vh auto 0;
        height: 52vh;
    }
    .tutorial-thumbs img {
        width: 45%;
    }
    .thumbDesc span {
        font-size: 2.2vh;
    }
    #cart .header .line-top strong {
        font-size: 10px;
    }
    #cart .header .line-top span {
        font-size: 10px;
    }
    .tutorialLibrary {
        top: 3vh;
    }
    /* ///////////////////// novo catálogo ///////////////////////// */
    #catalog li .slotTemp .mini figure .aw20-scaleMini-visualizacao-vest {
        max-width: 20vw;
    }
    #catalog li .slotTemp .highlight figure .aw20-scale-visualizacao-vest {
        max-width: 78vw;
    }
    .aw20-3D-catalog .aw20-title-Vcatalog,
    .aw20-3D-catalog-mob .aw20-title-Vcatalog {
        margin-top: 9px !important;
    }

    .aw20-3D-catalog .row div span,
    .aw20-3D-catalog-mob .row div span {
        line-height: 1;
    }

    .icon-3D img {
        width: 8vw;
    }

    .menu-mobile .aw20-indice-mobile {
        display: none;
    }

    .catalogTemp .aw20-top-visualizacao {
        margin-top: 3vh;
        height: 95vh;
    }

    .catalogTemp #catalog {
        min-height: 100vh !important;
    }

    /* .slotTemp .aw20-scale-visualizacao {
        transform: scale(1.6);
    } */

    .bckPacks .container-fluid,
    .bckIndice .container-fluid {
        overflow: unset;
    }

    #catalog li .slotTemp .related figure img {
        max-height: 95px;
        margin-left: 30px;
    }

    #catalog li .slotTemp .highlight figure img {
        margin-left: 0vw;
        margin-top: -12vh;
        max-width: 94vw;
    }

    #catalog li .slotTemp .highlight .price {
        margin-top: 13vh !important;
    }

    .aw20-descPad-mobile {
        padding-left: 15px !important;
    }

    .aw20-descCat-prod {
        height: 9vh;
    }

    .packs-catalog {
        width: calc(100% - 13vw);
    }
    
    .packs-indice {
        width: calc(100% - 13vw);
        top: 55px;
    }

    .slotTemp-gender {
        margin-top: 0vh;
        height: 24vh;
        border-bottom: none;
    }

    #catalog li .slotTemp .mini figure {
        margin: 0;
        position: relative;
        text-align: left !important;
        margin-top: 15px;
    }

    #catalog li .slotTemp .related .buttons {
        bottom: 15px;
    }

    .packs-catalog table {
        border-collapse: separate;
        margin-top: 4vh;
        margin-bottom: 4vh;
        white-space: nowrap;
        overflow: auto;
        display: block;
        width: 100%;
    }

    .catalogTemp .catalog-desc {
        margin-top: -7vh;
    }

    .buttonGF {
        margin-top: 1vh;
    }

    .closePacks-catalogo {
        display: none;
    }

    #catalog li .slotTemp .mini figure img {
        max-height: unset;
        margin-left: unset;
        max-width: 31vw;
    }

    /* FAQ */

    .relationshipCenter .mb {
        margin-bottom: 1vh;
    }

    .relationshipCenter .title,
    .relationshipCenter .title.frequent {
        font-size: 2vh;
    }

    /* #inputFaq {
        width: 100%;
    } */
    #downMkt .img-down div span {
        font-size: 1.3vh;
    }
    #order-sucess .wrapper p {
        /* font-size: 0.6rem; */
        text-wrap: balance;
    }
}

@media (min-height: 950px) {
    footer {
        bottom: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .waterMark span {
        padding: 0 5px;
        font-size: 0.7rem;
    }

    .bluePrimaryBtn-100 {
        font-size: 1.9em !important;
    }

    .blueCovers {
        height: 92vh;
    }

	.blueCovers.cover-asics_tiger-S24 {
		background-position: unset;
	}

    .blueCatGender.KIDS, .blueCatGender.MASCULINO, .blueCatGender.UNISEX {
        margin-top: 15px;
    }

    /* PREVIOUS CENTRAL */
    #previousCentral {
        font-size: .875rem;
    }
    
    #previousCentral .container-fluid {
        overflow: hidden;
    }

    #previousCentral .value-released {
        font-size: 1rem;
    }
    /* END PREVIOUS CENTRAL */

    #catalog li .slot .related .buttons a {
        font-size: 10px;
    }

    .blue-logo-access {
        width: 49%;
    }

    #login form {
        max-width: 400px;
        margin: 80px 0;
    }

    #login .form-group,
    #register .form-group {
        margin-bottom: 18px;
    }

    #login .form-group input,
    #register .form-group input {
        line-height: 35px;
    }

    #login .form-group a.lblue,
    #register .form-group a.lblue{
        font-size: 2vh;
    }

    .footer-catalog-blue {
        padding: 6px 0;
    }

    .footer-catalog-blue .contact {
        padding: 0;
    }

    .footer-catalog-blue .blue-corporation {
        line-height: 1;
        padding-right: 3vw;
    }

    #login form.validate, #register form.validate {
        max-width: 78%;
    }
    


    .menu-lateral .chat-asics .mltooltip, 
    .menu-lateral .s21-tutorial-catalog .mltooltip, 
    .mltooltip {
        left: 4.2vw;
    }

    /* AW21 */

    .container-event-video.container-tut {
        height: auto;
    }

    .modal-borderGradient-bottom {
        background-image: linear-gradient(to right, #001E62, #7F8CA9, #69C0CF, #00BBDC);
        width: 82%;
        height: 6px;
        margin: 30px auto 0;
    }

    .aw20-scaleMini-visualizacao{
        width: 61vw!important;
        margin-left: 9em!important;
    }

    .qnt-cart span {
        top: 3px;
        left: 18px;
    }

    .aw20-desc-cat-foot {
        height: 36.5vh;
    }

    .aw20-desc-cat-ATOT.aw20-banner-easy span {
        transform: translate(7vw, -8vh);
    }

    .desc-atot {
        transform: translate(8.2vw, -2vh);
    }

    .asics-tiger #catalog .slots .flex .slot img {
        max-width: 300px;
        max-height: 101px;
    }

    .logout div a {
        padding: 5px 11px;
    }

    .ss21-search .search-form button {
        height: 3vh;
        background-size: contain;
        top: 0.5vh;
    }
    

    #cart .dataTables_scrollBody {
        max-height: 7.5rem !important;
    }

    .icons-menu img,
    .menu-lateral .chat-asics img,
    .menu-lateral .s21-tutorial-catalog img {
        width: 1.5vw;
    }

    .mlOpen.show, 
    .mlClose.show {
        width: 50%;
        height: 50%;
    }

    .container-fluid {
        max-width: 1153px;
    }

    .tradeChat, .home-pronta {
        text-align: center;
        font-family: asics;
        color: #707070;
        width: 90%;
        margin: 0 auto;
        margin-top: 6rem;
    }

    /* fim AW21 */
    /* ///// new home ///// */
    .container-event-video video {
        width: 100%;
    }
    .event-video-desc {
        width: 35%;
    }
    .event-video-desc {
        height: 76vh;
    }
    /* //////////////////// */
    .chat-asics {
        top: 33vh;
    }
    .container-chat {
        height: 70%;
    }
    .aw20-tutorial-catalog {
        top: 61vh;
    }
    .aw20-fall-exc {
        position: absolute;
        top: 17vh;
        left: 3vw;
    }
    .tutorial_logo {
        top: -0.5vh;
        padding: 0.4vw;
    }
    main section {
        min-height: 86vh;
    }
    .iframe-catalog {
        height: 50%;
    }
    .fullHeader-perfomanceCA {
        font-size: 2vh;
        margin-top: 2.5em;
    }
    .fullHeader-sportstyle {
        font-size: 2.33vh;
    }
    .aw20-top-dash {
        max-width: 162.66px;
    }
    .aw20-carousel {
        height: 48vh;
    }
    .aw20-carousel2 {
        height: 45vh;
    }
    .aw20-carouselAT {
        height: 45vh;
    }
    /* .aw20-footwear {
        font-size: 1.9em;
        transform: translateY(-0.6em);
    } */
    /* .aw20-vestuario {
        font-size: 1.9em;
        transform: translateY(-0.48em);
    } */
    #catalog li .slot .related .checked:after {
        height: 80px;
        width: 80px;
        top: 8px;
        margin-left: -5px;
    }
    .aw20-header-desk div {
        /* padding-left: 15px !important;
        margin-left: -11px; */
    }
    /* .aw20-header-desk div:first-child {
        padding: 0;
        margin-left: 0px;
    } */
    .aw20-border-bottom-meus-pedidos .col-sm-3:first-child {
        margin-left: 0px;
        padding-right: 0;
    }

    /* /////////////// novo catalogo ///////////////////////////////// */
    .aw20-3D-catalog .aw20-title-Vcatalog,
    .aw20-3D-catalog-mob .aw20-title-Vcatalog {
        margin-top: 9px !important;
    }

    .IIId-view {
        height: 66vh !important;
    }

    #catalog .flex-direction-nav .flex-prev {
        left: unset !important;
        top: 32vh !important;
        margin-left: 5px;
    }
    
    #catalog li .slotTemp .related .checked:after {
        right: -14px;
        top: 20px !important;
        background-size: 70% 50%;
        left: unset !important;
    }
    
    .IIID_img {
        height: 255px;
        position: relative !important;
        z-index: 9999;
    }

    /* .slotTemp .aw20-scale-visualizacao {
        transform: scale(1.5);
    } */

    .catalogTemp #catalog {
        min-height: 100vh !important;
    }
    .catalogTemp {
        height: fit-content !important;
    }

    #catalog li .slotTemp .highlight .price {
        margin-top: 5vh !important;
    }

    .footer-catalog {
        height: 4px;
    }

    .slotTemp-gender {
        height: 23vh;
        margin-top: 0.5vh;
    }

    .slotTemp-gender.genderFem {
        height: 24vh;
    }

    .slotTemp-gender.genderFem .info {
        margin-top: 3px !important;
        margin-bottom: 2px !important;
    }

    .packs-catalog table {
        margin-bottom: 9vh;
        height: 89%;
    }

    #catalog li .slotTemp .highlight figure img {
        margin-top: 1vh;
        margin-left: 0vw;
        width: 100%;
        height: auto;
        max-width: 32.8vw;
    }

    .info.slotTemp,
    .slotTemp-gender .info {
        margin-top: 0 !important;
        margin-bottom: 2px !important;
    }

    .aw20-descCat-prod {
        height: 13.2vh !important;
    }

    #catalog li .slotTemp .mini figure img {
        max-height: unset;
        max-width: 7vw;
        margin-bottom: 1vh;
    }

    .buttonGF {
        margin-top: 1vh;
    }

    #catalog li .slotTemp .mini p {
        font-size: 8px;
        margin-top: -0.5vh;
    }

    .packs-catalog {
        bottom: unset;
    }

    #catalog li .slotTemp .highlight figure .aw20-scale-visualizacao-vest {
        margin-left: 1.4vw;
        margin-top: 4vh;
        max-height: 80%;
        max-width: 33.8vw;
    }
    #catalog li .slotTemp .mini figure .aw20-scaleMini-visualizacao-vest {
        max-height: 80%;
    }
    #catalog li .slotTemp .highlight p {
        font-size: 10px;
    }
    .aw20-span-catalogo small strong {
        font-size: 11px;
    }

    /* FAQ */

    .relationshipCenter {
        font-size: 1.8vh;
    }

    .accordion-blue li a.title {
        font-size: 2.4vh;
    }

    #faq-content {
        font-size: 2.2vh;
    }

}


@media (min-width: 1250px) and (max-width: 1400px) {

    
    /* ///////////////////////////// tradeShow /////////////////////////////////// */

    
    .container-trade .event-video-desc{
        margin-bottom: 6rem;
    }
    .container-trade.container-event-video .video-js{
        margin-bottom: 8rem;
    }
}



@media (min-width: 1400px) and (max-width: 1445px) {
    .blueCovers.asics_tiger {
        width: 100%;
        height: 93%;
        background-size: cover !important;
        background-position: bottom !important;
    }   

    .icon-3D img {
        margin-left: 19vw;
    }
}

@media (min-width: 1400px) and (max-width: 1800px){
    .slotTemp-gender {
        height: 25vh;
        margin-top: -5.5vh;
    }
    #catalog li .slotTemp .highlight figure img {
        max-width: 12.8vw;
    }
    .IIID_img {
        height: 175px;
    }
    .catalogTemp #catalog {
        min-height: 100vh !important;
    }
    #catalog li .slotTemp .mini figure {
        margin: 15px 0 0px 6px;
    }
    #catalog li .slotTemp {
        margin: 5px !important;
    }
    .qnt-cart span {
        left: 19px;
    }
    .desc-foot {
        transform: translate(-2.8vw, 2vh);
    }
    .aw20-desc-cat-foot.aw21-span span {
        transform: translate(-6vw, 2vh);
    }
}
@media (min-width: 1400px) {
    
    .aw20-descCat-prod {
        height: 18.6vh !important;
    }

    .aw20-top-dash {
        max-width: 184.66px;
    }
    .aw20-capa-AT {
        height: 91.8vh;
    }
    .aw20-capa-AT img {
        object-fit: cover;
    }
    #selectRegion {
        height: 91vh !important;
    }
    .aw20-fall20Asics-cat img {
        left: 16%;
    }
    #catalog .group {
        height: 91vh !important;
    }
    main section {
        min-height: 90vh;
    }
    .aw20-desc-banner-home {
        bottom: 40px;
        left: 13vw;
    }
    #order-sucess {
        min-height: 70vh;
    }
    .aw20-tenis-home img {
        width: 610px;
    }
    /* ///////////////////// ATOT ////////////////////// */
    .aw20-desc-cat-ATOT {
        height: 26.3vh;
        margin-bottom: 1.5vh;
    }
    .aw20-title-banner span {
        font-size: 57px;
        margin-left: 134px;
        position: relative;
        top: 35px;
    }
    .aw20-desc-banner {
        bottom: 50px;
        left: -160px;
    }
    .aw20-desc-banner strong {
        font-size: 40px;
    }
    .aw20-desc-banner span {
        font-size: 40px;
    }
    /* ////////////////////////////////////////     /// */
    .aw20-title-sportstyle strong {
        /* font-size: 49px; */
    }
    .aw20-carousel2 {
        height: 61vh !important;
        background-position: left;
    }
    .aw20-carouselAT {
        height: 61vh !important;
    }
    .aw20-imgSportstyle-1 img {
        width: 372px;
        bottom: 99px;
    }
    .aw20-imgSportstyle-2 img {
        width: 420px;
        bottom: 125px;
    }
    .aw20-imgSportstyle-3 img {
        width: 354px;
        bottom: 69px;
        height: 399px !important;
    }
    .aw20-imgSportstyle-capa-1 img {
        width: 372px;
        bottom: 99px;
    }
    .aw20-imgSportstyle-capa-2 img {
        width: 420px;
        bottom: 125px;
    }
    .aw20-imgSportstyle-capa-3 img {
        width: 315px;
        bottom: 69px;
        height: 388px;
    }
    .aw20-cat-app {
        height: 53vh;
    }
    .aw20-desc-cat-app {
        margin-bottom: 2vh;
        height: 26.5vh;
    }
    .aw20-desc-cat-app h3 {
        font-size: 2.5vh;
        bottom: -22px;
        margin-left: -37px;
    }
    .aw20-desc-cat-app .content {
        margin-top: 10vh;
    }
    .aw20-title-card1-app {
        margin-top: 9vh;
    }
    .aw20-desc-cat-app span {
        font-size: 1.8em;
        line-height: 1em;
    }
    .aw20-title-card1-app span {
        font-size: 4vh;
        line-height: 5vh;
    }
    #catalogs .slot .aw20-exc-box strong {
        margin-bottom: 0px;
        padding: 0;
        font-size: 1.1em;
    }
    .aw20-footwear {
        margin-left: 1.2em;
        font-size: 47px;
    }
    .aw20-vestuario {
        margin-left: 1.2em;
        font-size: 47px;
    }
    .aw20-carousel {
        height: 52vh;
    }
    #catalog li .slot .related .checked:after {
        content: " ";
        z-index: 9;
        border: 5px solid #00c3e6;
        border-radius: 300px;
        height: 80px;
        width: 80px;
        position: absolute;
        top: 10px;
        left: 46.5%;
        margin-left: -30px;
    }
    /* ////////////// Visualizar catálogo //////////////////// */
    .aw20-title-Vcatalog {
        margin-top: -18px !important;
    }
    .aw20-scale-visualizacao {
        /* transform: scale(1.6); */
    }
    .aw20-capa-visualização {
        height: 100% !important;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1300px) and (orientation: landscape) {

    /* AJUSTES SS23 */

    .container-mkps {
        height: 0;
        position: fixed;
        top: 0;
        z-index: 999;
        bottom: 0;
        background: #fff;
        right: 0;
    }

    .img-mkps img {
        height: unset;
        width: 100%;
    }

    .access-ipad {
        display: block;
    }

    .container-home #home-carouselPrinc {
        /* padding: 50px 0; */
        padding: 0;
        height: 43vh;
    }

    .home-pronta span:first-child {
        font-size: 1.7vh;
        margin: 3.5rem 0 1rem;
        display: block;
    }

    #catalog .flex-viewport {
        height: 105vh !important;
        min-height: 105vh;
    }

    .blueCovers {
        background-position: left;
    }

    .btnOrder.btn-preSale {
        width: 9.2vw;
    }

    .access-SR {
        display: none;
    }

    /* AJUSTES SS23 */

    .mktSearch {
        top: 0;
    }

    .region-list {
        left: 11vw;
    }

    .icons-menu:hover .mltooltip.Mac {
        /* display: none; */
    }
    
    .mltooltip.Mac {
        left: 5.2vw;
    }
    
    .slick-dots {
        bottom: -40px;
    }

    .preco-pronta {
        font-size: 1.3vh;
    }

    .m-space {
        margin: 1vh;
    }

    .add-position {
        right: 2%;
    }

    .aw21-search.mobile-search {
        top: 9vh;
        width: 70vw;
        position: fixed;
        margin-left: 15vw !important;
    }

    #catalog {
        height: 100% !important;
        padding: 0;
    }

    #catalog .container-fluid {
        overflow-x: unset;
    }

    .aw21-mob-foot {
        display: block;
    }
    .aw21-desk-foot {
        display: none !important;
    }

    #catalog .aw21-try-on-pad {
        display: block;
    }

    .aw20-desc-cat-foot {
        height: 22.5vh;
    }

    .search-form input {
        padding: 0 0 0 10px;
    }

    #orders .table table {
        font-size: 1.55vh;
    }

    #orders table tr td {
        padding-left: 0;
        padding-right: 0;
        padding: 3px;
    }

    .aw20-cat-exclusivos {
        overflow: hidden;
    }

    #search .search-result .title {
        font-size: 1.8vh;
    }

    #search .search-result .code,
    #search .aw20-search-codes small {
        font-size: 1.6vh;
    }

    #search .aw20-search-codes span,
    #search .search-result .price strong {
        font-size: 1.5vh;
    }

    #aw20-price {
        font-size: 2vh;
    }

    .ss21-desc-cat-foot {
        background-size: 90%;
    }

    .orderCards {
        font-size: 1.3vh;
    }

    #orders table tr td a {
        padding: 5px !important;
    }

    /**** menu lateral ****/
    .ss21-icon-hamburguer,
    .blue-icon-hamburguer-mob {
        width: 5vw;
    }

    .menu-lateral {
        left: -27vw;
        width: 32vw;
    }

    .icons-menu,
    .chat-asics .icons-menu, .s21-tutorial-catalog .icons-menu  {
        width: 5vw;
    }

    .menu-list,
    .s21-tutorial-catalog .menu-list, .chat-asics .menu-list {
        margin-left: 6vw;
    }

    .tradeChat .chat,
    .tradeChat .trade {
        font-size: 1.2vh;
    }

    .row .boxcheck {
        margin-left: 0;
    }

    .iframe-cart iframe {
        width: 98%;
        height: 92%;
    }

    .header-iframe {
        width: 98%;
    }

    /**** fim menu lateral ****/

    /* ////// new home /// */
    .container-event-video .video-js {
        width: 60%;
        height: 52%;
    }

    .ap-event {
        min-height: 53px;
    }

    .container-event-video {
        padding: 0;
        height: 87vh;
    }

    .event-video-desc {
        height: 70vh;
    }

    .container-event-video video {
        width: 100%;
    }

    .evt-back-home {
        right: 15px;
        top: 15px;
    }

    .event-video-desc {
        width: 40%;
    }
    /* ////////////////// */
    .aw20-tutorial-exit,
    .aw20-tutorial-exit-mobile,
    .aw20-chat-exit,
    .aw20-sr-exit,
     .aw20-modal-exit {
        top: 61vh;
    }
    .aw20-tutorial-catalog {
        top: 61vh;
    }
    .tutorialMenu {
        top: 4vh;
    }
    .tutorial_logo {
        top: -0.5vh;
        padding: 0.4vw;
    }
    .aw20-title-prevenda ul li {
        margin: 0 !important;
        margin-bottom: 0.4em !important;
    }
    
    /* ///////////////////// ATOT /////////////////////// */
    main section {
        min-height: 88vh;
    }
    .padding-menu {
        padding: 0 15px 0 30px !important;
    }
    .fullHeader-perfomanceCA {
        margin-top: 2.2em;
    }
    /* .bckImage-home {
        height: 88vh;
    } */
    .aw20-top-dash {
        max-width: 140.66px;
    }

    .container-fluid {
        width: 87%;
        padding: 0 15px;
        overflow-x: hidden;
    }

    .aw20-titleCAT-AT span {
        height: unset;
    }

    .aw20-imgCAT-AT {
        height: 30px;
    }

    #catalog .aw20-imgCAT-AT img {
        width: 59px !important;
        max-height: 30px;
        height: 24px !important;
        margin-top: 5px;
    }

    .aw20-capa-AT img {
        object-fit: cover;
        object-position: left;
    }

    .aw20-link-C {
        bottom: 0px;
    }
    
    .aw20-receberPLan {
        display: block;
    }

    .aw20-downloadPLan {
        display: none;
    }
    
    .aw20-desc-banner {
        left: -137px;
    }
    .aw20-title-banner span {
        font-size: 32px;
        margin-left: 62px;
    }
    .aw20-desc-cat-ATOT {
        height: 24.7vh;
    }
    .aw20-app-cat-ATOT p {
        margin-top: -7px;
    }
    .aw20-desc-banner {
        bottom: 33px;
    }
    .aw20-desc-banner span {
        font-size: 22px;
    }
    .aw20-desc-banner strong {
        font-size: 22px;
    }
    /* //////////////////////////////////////////// */

    .aw20-title-catalogo {
        height: 43vh;
    }
    .aw20-link-pronta a{
        display: block;
    }
    .aw20-cat-app {
        height: 53vh;
    }
    .aw20-title-Vcatalog {
        max-width: 80%;
    }
    .aw20-capa-visualização {
        height: 100% !important;
        max-width: 100%;
    }
    .asics-tiger #catalog .slots .flex .slot img {
        max-height: 115px !important;
    }
    .aw20-foot-cat p {
        margin-top: -0.13em;
    }
    .aw20-app-cat p{
        margin-top: -0.13em;
    }
    .aw20-acess20Asics-cat img {
        top: 70%;
    }
    .aw20-fall20Asics-cat img {
        top: 55%;
        left: 12%;
    }
    .aw20-fall20-cat img {
        top: 30%;
        left: 6%;
    }
    .aw20-desc-banner-home {
        left: 8vw;
    }
    .aw20-tenis-home {
        left: 17vw;
        bottom: 46px;
    }
    .aw20-footwear {
        margin-left: 1.4em;
    }
    .aw20-vestuario {
        margin-left: 1.4em;
    }
    footer #line-top {
        padding: 31px 0;
    }
    footer #line-bottom .brands li img {
        height: 32px;
        max-width: 100px;
    }
    footer #line-top ul li {
        margin-top: 7px;
        display: block;
    }
    .aw20-carousel {
        height: 50vh;
        background-size: 100% 107%;
    }
    .aw20-desc-cat-ATOT .content {
        margin-top: -0.5em;
    }
    .aw20-carousel2 {
        height: 45vh;
    }
    .aw20-carouselAT {
        height: 45vh;
    }
    footer #line-bottom {
        padding: 12px 0;
    }
    .aw20-prevenda-link a {
        color: #00C3E6 !important;
    }
    .aw20-exc-row {
        padding: 0 15px;
    }
    #catalogs .slot .aw20-exc-box strong {
        padding: 0;
    }
    /* ////////////// Visualizar catálogo ///////////////// */
    .aw20-title-Vcatalog {
        margin-top: -18px !important;
    }
    /* .badge.MASCULINO li strong {
        margin-left: 0px;
    }
    
    .badge.FEMININO li strong {
        margin-left: 0px;
    } */
    .aw20-between-cat {
        margin: 0 0.8em;
    }
    #catalog li .slot .info .badge {
        margin: 0px !important;
    }
    .aw20-campanha-ped {
        margin-left: 5.2vw;
    }
    #catalog li .slot .related .checked:after {
        height: 85px;
        width: 85px;
        top: 11px;
        margin-left: -15px;
    }
    .aw20-ul-visualizacao {
        /* margin-left: 11px !important; */
    }
    .form-group label.float {
        font-size: 14px;
    }
    /* .aw20-adicionarData-pedidos {
        border-radius: 5px !important;
    } */
    .aw20-remover-pedidos {
        background-color: #00c3e6 !important;
        color: white !important;
        padding: 5px 14px !important;
        border-radius: 5px !important;
    }
    .cart-line-fixed .header .line-bottom {
        width: 823.33px !important;
    }
    .cart-line-fixed .header .line-top {
        width: 823.33px !important;
    }
    .aw20-dash-aviso p {
        width: 823.33px;
    }
    #dashboard {
        display: block;
        font-size: 1.3vh;
    }
    #orders {
        padding: 20px 15px;
    }
    .aw20-shoroom-asics img {
        position: absolute;
        right: 0;
        top: 1vh;
        height: 405px;
        margin-right: 8px;
    }
    table.dataTable thead th {
        font-size: 12px;
    }
    .badge.FEMININO li strong {
        top: 0;
    }
    .badge.MASCULINO li strong {
        top: 0;
    }
    .badge.UNISSEX li strong {
        top: 0;
    }
    .badge.KIDS li strong {
        top: 0;
    }
    .aw20-imgSportstyle-3 img {
        width: 225px;
        bottom: 14px;
        right: 14vw;
        height: 267px;
    }
    .aw20-imgSportstyle-2 img {
        width: 295px;
        bottom: 42px;
        left: 40vw;
    }
    .aw20-imgSportstyle-1 img {
        width: 264px;
        bottom: 15px;
        left: 15vw;
    }
    .aw20-imgSportstyle-capa-3 img {
        width: 225px;
        bottom: 14px;
        right: 14vw;
        height: 267px;
    }
    .aw20-imgSportstyle-capa-2 img {
        width: 295px;
        bottom: 42px;
        left: 40vw;
    }
    .aw20-imgSportstyle-capa-1 img {
        width: 264px;
        bottom: 15px;
        left: 15vw;
    }
    .aw20-title-sportstyle strong {
        /* font-size: 37px; */
    }
    /* .aw20-preVenda-Pmobile {
        padding: 0 15px !important; 
    } */

    .onitsuka-tiger #catalog .slots, .asics-tiger #catalog .slots {
        height: 100% !important;
    }

    header #line-bottom h1 {
        margin-right: -1px;
    }

    .border-menu div {
        left: -3px;
    }

    .tutorial {
        padding-top: 4vw;
    }

    
    /* ///////////////////////////// tutorial /////////////////////////////////// */
    .carousel__btn {
        height: 18.08vh !important;
    }
    .tile__img {
        height: 18.08vh;
    }
    .tutorial-thumbs {
        width: 20vw;
    }
    .princ-img-tt{
        width: 100%;
        position: relative;
        height: 70%;
        margin-bottom: 4rem;
    }
    .changeMovie{
        width: 13.8%;
        margin-bottom: 1rem;
    }
    .buttonTut {
        padding: 5px 9px;
        bottom: 10vh;
    }
    .event-video-desc-tut {
        width: 100%;
        padding-left: 4rem;
    }
    .tutorial-thumbs img {
        width: 34%;
    }
    .thumbDesc span {
        font-size: 1.7vh;
    }
    /* ///////////////////////////// novo catálogo ////////////////////////////// */
    #catalog li .slotTemp .highlight figure .aw20-scale-visualizacao-vest {
        max-width: 40vw;
        max-height: 100%;
    }

    #catalog .flex-direction-nav .flex-prev {
        left: unset !important;
        top: 40vh !important;
        margin-left: 5px;
    }

    #catalog .flex-direction-nav .flex-next {
        right: 5px !important;
        top: 40vh !important;
    }

    #catalog li .slotTemp .related .checked:after {
        right: 20px;
        top: 25px !important;
        background-size: 70% 50%;
        left: unset !important;
    }
    .catalogTemp #catalog {
        min-height: 100vh !important;
        padding-top: 0;
        padding-bottom: 65px;
    }
    
    .slotTemp-gender {
        margin-top: 8vh !important;
        height: 19.3vh !important;
    }

    .slotTemp-gender.genderFem {
        margin-top: 0 !important;
    }

    .slotTemp-gender.genderFem .info {
        margin-top: 5px !important;
        margin-bottom: 7px !important;
    }

    .slotTemp-gender.genderFem {
        height: 19.8vh;
    }

    .bckPacks .container-fluid,
    .bckIndice .container-fluid {
        overflow: unset;
    }

    .aw20-descCat-prod {
        height: 20.2vh !important;
    }

    .packs-catalog table {
        border-collapse: separate;
        margin-top: 3vh;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: auto;
        display: block;
        width: 100%;
    }

    #catalog li .slotTemp .highlight figure img {
        margin-top: 6vh;
        max-width: 53vw;
        margin-left: 0vw;
        width: 50vw;
    }

    #catalog li .slotTemp .mini figure .aw20-scaleMini-visualizacao-vest {
        max-width: 8vw;
    }

    #catalog li .slotTemp .mini figure img {
        max-width: 10vw;
    }

    .catalogTemp #catalog {
        min-height: 100vh !important;
    }

    #catalog-holder {
        height: unset;
        overflow: hidden;
    }

    /* .slotTemp .aw20-scale-visualizacao {
        transform: scale(2);
    } */

    .aw20-descCat-prod {
        max-height: 20vh;
        width: 100%;
        overflow-y: auto;
        height: 10vh;
    }

    .buttonGF {
        margin-top: 5vh;
    }

    /* FAQ */

    .relationshipCenter {
        font-size: 1.26vh;
    }

    .relationshipCenter .title,
    .relationshipCenter .title.frequent {
        font-size: 2vh;
    }
    #special-offers {
        padding-left: 0vw;
    }
    .blueCardHome img, .blueCardHome video {
        height: 5.475rem;
        
    }
    .carousel-infos .slick-slide img {
        padding: 5px 10px;
    }
    .container-trade .list-events {
        width: 18vw;
    }
}

/* MAC ORION */

@media (max-width: 1285px) and (min-width: 1275px) and (orientation: landscape) {
    .access-SR {
        display: block;
    }
}

@media (min-width: 1110px) and (max-width: 1115px) and (orientation: landscape) {
    #catalog li .slotTemp .highlight figure img {
        margin-top: 9vh;
        max-width: 53vw;
        margin-left: 0vw;
        width: 50vw;
    }

    #catalog .ampli-div {
        top: 12vh;
    }

    #catalog li .slotTemp .mini p {
        font-size: 9px;
        margin-top: -0.5vh;
    }

    .slotTemp-gender {
        margin-top: 8vh !important;
        height: 20.3vh !important;
    }
}

@media (min-width: 767.98px) and (max-width: 992px) {
    .fullCatalog {
        margin-top: 8rem;
        padding-bottom: 8rem;
    }

    .bluePrimaryBtn-100 {
        font-size: 1.5em !important;
    }

    #marketing {
        margin-top: 9vh;
    }

    #downMkt {
        position: relative;
        top: 9vh;
        padding: 0 15px !important;
    }

    .mktSearch {
       top: 0;
    }

    .region-list {
        bottom: 18vh !important;
        left: 11vw;
    }

    body.loader .load { 
        display:none; 
    }

    .aw20-desc-cat-foot.aw21-span span {
        font-size: 0.7vh;
        transform: translate(-2vw, 1vh);
    }

    .desc-foot {
        transform: translate(-1vw, 1vh);
    }

    .qnt-cart span {
        left: 20px;
    }
    .rowBtnOrderPre {
        margin: 65px 0 10px 20px;
    }
    /* dash-mobile */
    #dashboard.aw20-dashboard.dash-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: -100vw;
        width: 0;
        height: 100vh;
        z-index: 99999;
        transition-duration: 0.6s;
    }
    #dashboard.aw20-dashboard.dash-mobile.show {
        width: 100vw;
        left: 0;
        transition-duration: 0.6s;
    }
    
    .dash-mobile .aw20-dash-png .row .aw20-displayInline:first-child {
        width: fit-content;
        margin: 0;
    }
    
    .dash-mobile .aw20-dash-png .row .aw20-displayInline:last-child {
        width: fit-content;
        margin: 0;
    }

    .back-mobile {
        width: fit-content;
    }
    
    .aw20-dashboard.dash-mobile .aw20-top-dash {
        width: 100%;  
        top: 55px;
        max-width: unset;
    }

    /* fim dash-mobile */
    #orders table tr td .dropdown a {
        width: 25%;
    }

    #orders table tr td {
        border-bottom: none !important;
        width: 26%;
    }
    .ss21-desc-cat-foot {
        background-size: 90%;
        margin-bottom: 0;
        height: fit-content;
    }
    .aw20-desc-cat-foot {
        width: 100%;
        height: 14.5vh;
    }
    .ml-itemShow ul li,
    .ml-itemShow ul .ml-sub-title {
        line-height: 2;
    }
    .aw20-showroom-background2 {
        background: bottom;
        background-image: url(/images/aw20/showroom_background.png);
    }
    #catalog {
        height: 100vh !important;
    }
    #account .bck-account h3 {
        font-size: 16px;
    }
    #account {
        padding-top: 60px;
    }
    .aw21-mob,
    .linkMob {
        display: block;
    }
    .aw21-desk,
    .linkDesk {
        display: none !important; 
    }
    .aw21-mob-foot {
        display: block;
    }
    .aw21-desk-foot {
        display: none !important; 
    }
    .aw20-cart-date {
        left: 0;
    }
    .add-date {
        float: left !important;
    }
    .aw20-new-Menu-total div:last-child {
        text-align: left !important;
        line-height: 1;
    }
    #cart .header .line-bottom strong {
        padding: 0 !important;
        font-size: 9px;
    }
    .aw20-borderbottom-desc {
        font-size: 11px;
        width: 23px;
    }
    .menu-mobile {
        display: block;
        position: fixed;
        width: 100%;
        height: calc(55px + 3vh);
    }
    .aw20-mobile {
        display: none;
    }
    #cart .product-selection .tabs .tab.active {
        display: block;
        overflow: auto;
    }
    #cart .product-selection table.grade td {
        line-height: 30px !important;
    }
    #cart .product-selection table.grade th {
        line-height: 45px !important;
        width: 110px !important;
        padding: 0 33px !important;
        white-space: nowrap;
    }
    .aw21-mob .aw20-displayInline .aw20-markup-pedidos input {
        background-color: #D0D0D0;
    }
    .aw20-search-border,
    .m-space {
        border-bottom: 1px solid #d0d0d0;
        border-right: none;
        padding-bottom: 2vh;
        margin-bottom: 2vh;
    }
    #search .search-result .carroussel {
        margin: 0 !important;
    }
    .aw20-search-codes {
        margin-top: 0 !important;
        line-height: 1;
    }
    #search .search-result .title {
        height: fit-content;
        margin-top: 3vh;
        line-height: 1;
    }
    .aw21-mark {
        margin: 0;
    }
    #cart .product-selection table.grade th:first-child,
    #cart .product-selection table.grade td.identifier {
        position: sticky;
        left: 0;
        z-index: 9999;
    }
    /**** menu lateral ****/
    .menu-lateral {
        display: none;
    }

    .btn-tutorial.s21-tutorial-catalog {
        display: none;
    }
    
    .btn-tutorial.s21-tutorial-catalog-mobile {
        display: block;
    }

    .container-home {
        padding-top: 55px;
    }

    .tradeChat .chat,
    .tradeChat .trade {
        font-size: 1vh;
    }

    /**** fim menu lateral ****/
    main {
        margin-top: unset;
    }

    #titleActive {
        padding: 0 10px;
    }

    .list-events {
        padding: 10px 20px 10px 20px;
    }
    /* //// new home //// */
    .container-event-video .video-js {
        width: 100%;
        height: 46%;
    }
    .event-video-desc {
        width: 100%;
        height: 47vh;
        margin-top: 6vh;
    }
    .bckImage-banner1 {
        background-position: 60% 23%;
    }

    .desc-banner3 span:first-child {
        font-size: 11vh;
    }

    .desc-banner3 {
        top: 43vh;
        bottom: 0;
    }

    .desc-banner3 .span-colecao span {
        font-size: unset;
    }

    .desc-banner3 .span-colecao span {
        line-height: 1.2;
    }

    .container-events, .container-event-video {
        padding-top: 55px;
        width: 100%;
        margin-top: 0;
    }

    .container-events span {
        font-size: 8vh;
    }

    .desc-banner1 {
        top: unset;
        bottom: 0;
    }

    .events {
        width: 45%;
        margin: 1vh 0.5vw;
    }

    .container-events .ap-event span,
    .container-events .desc-event span {
        font-size: 1.5vh;
    }

    .container-event-video video {
        width: 100%;
    }
    .event-video-desc {
        width: 100%;
    }
    .container-events .container-fluid {
        display: flex;
        align-items: center;
    }
    .evt-back-home {
        right: 15px;
    }
    /* //////// */
    .old-bckImage-home {
        background-position: 48% 35%;
    }
    /* //////// */
    .translation {
        float: right;
        margin-top: 8px;
    }
    #translation ul li a img,
    .translation button img {
        width: 4.2vw;
    }
    #translation ul {
        position: relative;
        top: 40px;
        left: 30px;
    }
    #translation ul li a {
        font-size: 2.8vw;
    }
    .aw20-fall-exc {
        top: 11vh;
    }
    .aw20-PadMobile-total {
        padding: 0 15px !important;
    }
    #catalog li .slotTemp .mini {
        padding-bottom: 0;
        margin: 0 10px;
    }

    .home-summer {
        font-size: 5vh;
    }
    .home-spring {
        font-size: 5vh;
        bottom: 6vh;
    }
    .container-fluid {
        width: 100%;
        padding: 0 15px;
        overflow-x: hidden;
    }

    #catalog .flex-direction-nav .flex-next {
        top: 43vh !important;
    }

    #catalog .flex-direction-nav .flex-prev {
        top: 43vh !important;
    }
    
    #catalog .catalogMobile  .flex-direction-nav .flex-prev {
        top: 7vh !important;
        left: -25px !important;
    }
    #catalog .catalogMobile  .flex-direction-nav .flex-next {
        top: 7vh !important;
        right: -25px !important;
    }
    
    .aw20-desc-sportstyle .aw20-fall20_claro-cat-A img {
        margin-top: 19vh;
    }

    .aw20-fall20_claro-cat-B {
        top: 200% !important;
    }
    
    .aw20-capa-visualização {
        height: 100% !important;
    }

    #catalog .group {
        height: 100vh !important;
    }

    /* .order-minimum {
        margin-top: 55px;
        margin-bottom: 10px;
    }
     */
     .aw20-border-left-pedidos {
         display: none;
     }
    .aw20-imgSportstyle-3 img {
        width: 235px;
        bottom: 87px;
        right: 5vw;
        height: 275px;
    }
    .aw20-imgSportstyle-2 img {
        width: 295px;
        bottom: 128px;
        left: 35vw;
    }
    .aw20-imgSportstyle-1 img {
        width: 264px;
        bottom: 103px;
        left: 5vw;
    }
    .aw20-imgSportstyle-capa-3 img {
        width: 235px;
        bottom: 87px;
        right: 5vw;
        height: 275px;
    }
    .aw20-imgSportstyle-capa-2 img {
        width: 295px;
        bottom: 128px;
        left: 35vw;
    }
    .aw20-imgSportstyle-capa-1 img {
        width: 264px;
        bottom: 103px;
        left: 5vw;
    }
    .aw20-title-sportstyle strong {
        /* font-size: 43px; */
    }
    .aw20-desc-banner-home {
        bottom: 50px;
        left: 4vw;
    }
    .aw20-title-banner span {
        margin-left: 26px;
    }
    /* ///////////////////// menu-mobile //////////////////////////// */
    .menu-mobile .side-collapse {
        z-index: 2;
        top: 55px;
        bottom: 0;
        left: 0;
        width: 83vw;
        position: fixed;
        overflow: hidden;
        transition:max-height 0.3s ease-out;
        height: auto;
    }
    .menu-mobile .side-collapse.in {
        height: 0;
    }
    .menu-mobile .navbar-inverse {
        background-color: #fff;
    }
    .menu-mobile .navbar-nav li a {
        color: #636466;
    }
    .menu-mobile .search-form {
        max-width: unset;
    }
    .menu-mobile .search-form button {
        width: 31px !important;
        position: absolute !important;
    }
    .aw20-logout-mobile {
        background: #3db7e4;
    }
    .menu-mobile .navbar-nav .aw20-logout-mobile a {
        color: #fff;
    }
    .menu-mobile .search-form button {
        right: -3px;
    }
    .menu-mobile .search-form button::after {
        display: none;
    }
    .menu-mobile .aw20-net-mobile .preorder.white::after {
        display: none;
    }
    /* /////////////// ATOT /////////////////////// */
    .onitsuka-tiger #catalog .slots, .asics-tiger #catalog .slots {
        height: 644px;
        position: relative;
        top: 155px;
    }
    #aw20-topMobile-ATOT {
        position: relative;
        top: 55px;
    }
    .aw20-topMobile-ATOT {
        position: relative;
        top: 72px;
    }
    .aw20-desc-cat-ATOT {
        height: 24.3vh;
        margin-bottom: 0;
    }
    .aw20-title-banner {
        margin-top: 30px;
    }
    .aw20-desc-banner {
        bottom: 46px;
        left: -6px;
    }

    .desc-atot {
        transform: translate(13.2vw, -2vh);
    }

    .desc-atot div .channelATOT {
        font-size: 13vw;
    }

    .aw20-desc-cat-ATOT span {
        font-size: 3vw;
    }

    .masterATOT {
        transform: translate(0, -4vh);
    }

    .aw20-desc-cat-ATOT.aw20-banner-easy span {
        transform: translate(11vw, -5vh);
    }
    /* //////////////////////////////////////////// */
    .aw20-footwear {
        font-size: 37px;
        margin-left: 0.5em;
    }
    .aw20-vestuario {
        font-size: 37px;
        margin-left: 0.5em;
    }
    #catalogs {
        margin-top: 6vh;
    }
    .aw20-exc-row {
        padding: 0 15px;
    }
    #catalogs .wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
    .aw20-foot-cat {
        margin-top: 8vh;
    }
    footer #line-bottom {
        padding: 19px 15px;
    }
    footer #line-top {
        padding: 32px 15px;
    }
    .aw20-images {
        margin: 2.7vh auto;
    }
    footer #line-bottom .brands li img {
        height: 29px;
        max-width: 100px;
    }
    /* .aw20-footwear {
        padding: 5px 0 0 18px;
        font-size: 1.25em;
    } */
    /* .aw20-vestuario {
        padding: 5px 0 0 17px;
        font-size: 1.25em;
        letter-spacing: 0.9em;
    } */
    .aw20-carousel {
        height: 51vh;
    }
    .aw20-carousel2 {
        height: 48vh;
        background-size: cover;
        background-position: left;
    }
    .aw20-carouselAT {
        height: 48vh;
    }
    .aw20-cat-exclusivos {
        margin-top: 8vh;
    }
    #catalogs .slot .aw20-exc-box strong {
        padding: 0;
    }
    /* ////////////// Visualizar catálogos /////////////////// */
    .aw20-title-Vcatalog {
        margin-top: -18px !important;
    }
    .aw20-border-Vcatalog {
        margin-top: 3vh;
    }
    .aw20-top-visualizacao {
        margin-top: 8vh;
    }
    #catalog li .slot {
        overflow: unset;
        height: 100%;
    }
    #catalog .flex-viewport {
        overflow: hidden !important;
        /* height: 100% !important; */
    }
    .aw20-capa-AT {
        width: 100vw;
        height: 95vh;
    }
    .aw20-capa-AT img {
        object-fit: cover;
        object-position: left;
    }
    #catalog {
        margin-top: 110px;
        height: 100% !important;
    }
    .aw20-campanha-ped {
        margin-left: 7vw;
    }
    .aw20-ul-visualizacao {
        /* margin-left: 16px !important; */
    }
    #catalog li .slot .related .checked:after {
        margin-left: 0px;
        top: 23px;
    }
    #cart .header .line-top {
        margin-top: 57px !important;
    }
    .aw20-border-blue-pedidos {
        display: none;
    }
    #cart .aw20-top-details .line-top {
        margin-top: 56px !important;
    }
    .aw20-border-left-pedidos-bottom {
        display: none;
    }
    .aw20-borderbottom-desc {
        height: 31px;
    }
    #cart .header .line-bottom {
        max-width: 768px !important;
        top: 55px !important;
    }
    /* .aw20-adicionarData-pedidos {
        background-color: #001e62 !important;
        color: #d0df00 !important;
        width: auto !important;
        border-radius: 5px !important;
    } */
    .aw20-remover-pedidos {
        background-color: #00c3e6 !important;
        color: white !important;
        padding: 5px 14px !important;
        border-radius: 5px !important;
    }
    .aw20-markup-pedidos {
        float: left;
    }
    .aw20-dash-aviso p {
        width: 100vw;
    }
    .aw20-dashboard-mobile {
        display: block;
        z-index: 999999999999 !important;
    }
    .aw20-header-desk div {
        padding: 0 15px;
    }
    /* //////////////// my-orders ////////////// */
    .aw20-mobile-myOrders {
        display: inline-block;
    }
    .aw20-border-myOrders {
        margin-top: 27px !important;
        padding: 0 15px;
    }
    .aw20-mobile-myOrders {
        display: block;
    }
    .aw20-desk-myOrders {
        display: none;
    }
    .aw20-menu-myOrders {
        position: absolute;
        right: 0;
        margin-right: 27px;
        color: black;
        font-size: 3em;
        z-index: 999;
        top: 0px;
    }
    .aw20-menu-myOrders button {
        background-color: transparent;
        border: none;
    }
    .fa-ellipsis-v {
        font-size: 30px !important;
        color: #001E62;
    }
    #orders table tr td:last-child {
        width: auto;
        height: auto;
    }
    .aw20-mobile-lastTh {
        height: 58px;
    }
    #orders .table {
        padding: 0 14px;
    }
    .aw20-shoroom-asics img {
        position: absolute;
        right: 0;
        top: 8vh;
        height: 310px;
        margin-right: 24px;
    }
    /* ///////////////////// product /////////////////////////// */
    #product {
        padding: 0 15px;
    }
    #product .highlight .flex-direction-nav .flex-prev {
        margin: -71px 0 0 !important;
        left: 60px !important;
    }
    #product .highlight .flex-direction-nav .flex-next {
        margin: -71px 0 0 !important;
        right: 60px !important;
    }
    .aw20-product-pedido {
        margin-top: 60px;
        margin-bottom: 12px;
    }
    /* ////////////////////// home /////////////////////// ///////////*/

    .bckImage-home {
        background-position: 48% 35%;
    }
    /* ////////////////////// analisar pedido /////////////////////// */
    #cart #review_wrapper {
        padding: 0 24px;
    }

    main section {
        min-height: 100vh;
    }
    /* //////////////////////////// chat ///////////////////////// */
    .chat-asics {
        display: block;
    }
    /* //////////////////////////// tutorial ///////////////////////// */
    .tutorial {
        padding-top: 20vw;
        position: absolute;
        right: 0;
        left: 0;
        top: 55px;
    }
    .tutorial .carousel {
        left: 10px;
        bottom: 70px;
    }
    .chat-iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 55px;
    }
    .container-chat {
        width: 85%;
        height: 70%;
    }
    .modal-tutorial {
        top: 55px;
        align-items: unset;
        z-index: 99999;
    }
    .carousel__btn {
        height: 13.52vh !important;
    }
    .tile__img {
        height: 13.52vh;
    }
    .tutorial-thumbs {
        width: 20vw;
    }
    .tutorial-thumbs img {
        width: 34%;
    }
    .thumbDesc span {
        font-size: 1.7vh;
    }
    .container-img {
        width: 65vw;
    }
    .menu-mobile {
        z-index: 999999;
    }
    /* ///////////////////// novo catálogo ///////////////////////// */
    #catalog li .slotTemp .highlight figure .aw20-scale-visualizacao-vest {
        margin-top: 7vh;
        max-width: 43vw;
    }

    #catalog li .slotTemp .mini figure .aw20-scaleMini-visualizacao-vest {
        max-width: 10vw;
    }

    .icon-3D img {
        width: 5vw;
    }

    #catalog li .slotTemp .highlight figure img {
        margin-left: -2vw;
        margin-top: -1vh;
        max-width: 59.8vw;
    }

    .aw20-descCat-prod {
        height: 12vh;
    }

    .buttonGF {
        margin-top: 5vh;
    }

    .catalogTemp .aw20-top-visualizacao {
        margin-top: 3vh;
        height: 95vh;
    }

    .catalogTemp #catalog {
        min-height: 100vh !important;
    }

    /* .slotTemp .aw20-scale-visualizacao {
        transform: scale(1.6);
    } */

    .bckPacks .container-fluid {
        overflow: unset;
    }

    #catalog li .slotTemp .related figure img {
        max-height: 95px;
        max-width: 17vw;
    }

    .menu-mobile .aw20-indice-mobile {
        display: none;
    }

    .slotTemp-gender {
        margin-top: 10vh;
    }

    .packs-catalog table {
        border-collapse: separate;
        margin-top: 4vh;
        margin-bottom: 4vh;
        white-space: nowrap;
        overflow: auto;
        display: block;
        width: 100%;
    }

    .catalogTemp #catalog .flex-viewport {
        overflow-y: hidden!important;
    }
}


@media(min-width: 900px){
    .aw20-receberPLan {
        display: none;
    }
    
    .aw20-downloadPLan {
        display: block;
    }
}

@media(max-width: 900px){
    .aw20-receberPLan {
        display: block;
    }

    .aw20-downloadPLan {
        display: none;
    }
}


@media(min-width: 1200px) and (max-width: 1300px){
    .aw20-fall-exc {
        position: absolute;
        top: 17vh;
        left: 3vw;
    }
}
@media (min-width: 2100px) {
    .aw20-fall-exc {
        position: absolute;
        top: 11vh;
        left: 2vw;
    }
}

@media (min-width: 2560px) {
    #banners {
        height: 940px !important;
    }
    .iframe-cart iframe,
    .header-iframe {
        width: 60%;
    }
}

@media (min-width: 1800px) {
    .carousel__btn {
        height: 33.85vh !important;
    }
    #banners {
        height: 710px !important;
    }
    .aw20-carousel2 {
        height: 60vh;
    }
    .aw20-carouselAT {
        height: 60vh;
    }
    table.dataTable thead th {
        font-size: 12px;
    }
    
    .catalogTemp #catalog {
        min-height: 100vh !important;
        background-repeat: no-repeat;
    }
    
    .orderCards {
        font-size: 1.2vh;
    }
    
    .link-marketing a, .uploadMkt {
        font-size: 1.7vh;
    }
    
    #marketing .title {
        font-size: 2vh;
    }

    #modalWhatsapp .modal-dialog {
        width: 24vw;
        max-width: unset;
    }
    
    .relationshipCenter {
        font-size: 1.25vh;
    }
    
    #faq-content {
        font-size: 1.4vh;
    }
    
    .accordion-blue li a.title {
        font-size: 1.6vh;
    }
    
    .text-cart {
        font-size: 1vh;
    }
    
    #cataogs .blueThumbsCat {
        height: 21.5vh;
    }

}

@media(min-width: 1900px) and (max-width: 2000px){
    
}

@media (min-width: 3180px) {
    #banners {
        height: 1105px !important;
    }
}

