#maincontent{
    position: relative;
}
.header.links .change-indicator{
    display: none;
}
.cms-pedido-rapido .change-indicator, 
.checkout-index-index .change-indicator,
.loginascustomer-login-proceed .change-indicator{
    margin-left: 0px;
}
.change-indicator{
    height: 36px;
    display: flex;
    position: relative;
    position: absolute;
    top: -95px;
    z-index: 20;
    border: 1px solid #999;
    margin-left: -5px;
    padding: 0 0 0 20px;
    width: 323px;
  }
  .change-indicator:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
  }
  .change-indicator:hover .dropdown.change-dropdown{
    display: block;
  }
  .change-indicator strong{
    font-weight: 400;
  line-height: 33px;
  font-size: 13px;
  vertical-align: top;
  display: inline-block;
  }
  .label.change-label{
    margin-right: 5px;
    width: 124px;
  }
  .actions.dropdown.options.change-options{
    position: relative;
    width: calc(100% - 130px);
    padding-left: 10px;
  }
  .actions.dropdown.options.change-options:after{
    content: "";
    background: #ffffff00 url(../images/select-bg.svg) no-repeat 100% 48%;
    background-size: 30px 60px;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 1px;
    top: 0;
    transition: all 0.5s;
  }
  .change-indicator:hover .actions.dropdown.options.change-options:after{
    transform: rotateX(180deg);
  }
  .dropdown.change-dropdown{
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 1px;
    width: calc(100% + 1px);
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
    right: -1px;
    padding: 8px 10px;
  }
  .dropdown.change-dropdown:before, .dropdown.change-dropdown:after{
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  
  }
  /*.dropdown.change-dropdown:before{
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
    left: 10px;
    top: -12px;
  }
  .dropdown.change-dropdown:after{
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
    left: 9px;
    top: -14px;
  }*/
  .change-option a{
    font-size: 13px;
    line-height: 15px;
    cursor:pointer;
  }
@media (max-width: 1200px){
    .change-indicator{
        margin-left: 0;
    }
}
@media (max-width: 991px){
    .change-indicator{
        width: auto;
    }
    .label.change-label{
        width: auto;
    }
    .actions.dropdown.options.change-options{
        width: auto;
        padding-right: 34px;
    }
}
@media (max-width: 767px){
    .change-indicator{
        display: none;
    }
    .header.links .change-indicator{
        display: flex;
        top: 0;
        position: initial;
        float: none;
        border: none;
        border-bottom: 1px solid #dddddd;
        top: 0;
        height: auto;
    }
    .label.change-label{
        width: 130px;
    }
    .actions.dropdown.options.change-options{
        width: calc(100% - 130px);
    }
    .dropdown.change-dropdown{
        position: relative;
        top: 0;
        right: auto;
        /* left: -49px; */
        box-shadow: none;
        padding: 0;
        border-bottom: none;
        background-color: transparent;
    }
    .dropdown.change-dropdown .change-option .click-indicator{
        padding: 5px 0 10px 0;
    }
    .actions.dropdown.options.change-options:after{
        height: 33px;
    }
    .change-indicator:before{
        display: none;
    }
    .actions.dropdown.options.change-options:after{
        background-color: transparent;
    }
    .dropdown.change-dropdown .change-option .click-indicator:hover{
        color: #777 !important;
        padding: 5px 0 10px 0;
    }
}
#validate-type-purchase{
  position: absolute;
  width: 100%;
  height: 45px;
  margin-top: -5px;
  z-index: 10000;
}
.form.form-login .field.type-of-purchase{
  display: none;
}
.form.form-login .field.type-of-purchase .select-type{
  color: #e02b27;
  margin-top: 2px;
}
div#store.section-item-content.nav-sections-item-content{
max-width:60%!important;
}