html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.tudo {
    width: 100%;
    min-height: 100%;
    float: left;
    position: relative;
}

.topo {    
    position: relative;
    width: 100%;
    float: left;
    background-color: #0db9fd;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.conteudo {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 50px;  /* Mesma Altura do Rodapé */
}

.rodape {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;          /* Mesmo padding do conteudo */
    background-color: #0db9fd;
    color: #fff;
    padding-top: 10px;
}

.clear {
    clear: both;
}

.bootbox-body {
    font-size: 22px;
    text-align: center;
}

.bootbox-input {
    margin-top: 20px;
}

/*------------------------------------------------------- CAPTCHA --------------------------------------------------------------*/

.divCaptcha {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.divCaptchaImg {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    height: 70px;
}

#capImage {
    float: left;
    width: 100%;
    height: 70px;
    border: solid 1px #cecece;
    border-right: none;
    padding-right: 70px;
}

.divCaptchaBtn {
    position: absolute;
    width: 70px;
    text-align: center;
    height: 70px;
    border: solid 1px #cecece;
    cursor: pointer;
    z-index: 2;
    right: 0;
    top: 0;
}

.divCaptchaBtnImg {
    transition: transform 0.2s;
    width: 100%;
    height: 100%;
}

.divCaptchaBtnImg i {
    font-size: 30px;
    margin-top: 18px;
    color: #0db9fd;
}

.divCaptchaBtn:hover .divCaptchaBtnImg {
    transform: rotate(90deg);
}

.inpCaptcha {
    width: 100%;
    border: 1px solid #cecece;
    padding: 4px 10px;
    transition: border-color 0.5s;
}

/* ----------------------------------- LOADING ------------------------------------- */

.divLoading {
    position: absolute;
    background-color: #0000004f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.divLoadingImg {
    position: absolute;
    background-position: center;
    background-size: 110px;
    background-repeat: no-repeat;
    background-image: url('../img/load.gif');
    background-color: #fff;
    width: 160px;
    height: 160px;
    left: 50%;
    margin-left: -80px;
    top: 50%;
    margin-top: -80px;
}

/* ------------------------------------ TOPO --------------------------------------- */

.divTopo {
    width: 100%;
    position: relative;
    float: left;
}

.divLogoTp {
    height: 60px;
    width: 200px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/huner.png');
    cursor: pointer;
    z-index: 1;
    left: 0;
    top: 13px;
    transition: transform 0.3s;
}

.divLogoTp:hover {
    transform: scale(1.1);
}

.divPesqTp {
    float: right;
    width: 100%;
    height: 90px;
    position: relative;
    padding-left: 220px;
    padding-right: 112px;
    z-index: 0;
}

.divPesqTpCnt {
    right: 112px;
    top: 24px;
    position: absolute;
    width: 60%;
    max-width: 800px;
    height: 40px;
}

.inpPesqTpCnt {
    border: none;
    width: 100%;
    height: 40px;
    font-size: 18px;
    background-color: #fff;
    max-width: 800px;
    border-radius: 20px;
    padding: 0px 60px 0px 20px;
}

.divPesqTpCntLp {
    height: 25px;
    width: 25px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/lupa.png');
    right: 20px;
    top: 7px;
    cursor: pointer;
    transition: transform 0.3s;
}

.divPesqTpCntLp:hover {
    transform: scale(1.2);
}

.divCartTp {
    height: 40px;
    width: 40px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/cart.png');
    right: 58px;
    top: 24px;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.3s;
}

.divCartTp:hover {
    transform: scale(1.1);
}

.cartTot {
    background-color: #f28787;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 23px;
    position: absolute;
    bottom: -10px;
}

.divUserTp {
    height: 40px;
    width: 40px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/user.png');
    right: 0;
    top: 24px;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.3s;
    overflow: hidden;
    border-radius: 50%;
    border: solid 1px transparent;
}

.divUserTp:hover {
    transform: scale(1.1);
}

/*------------------------------ BANNERS ---------------------------------------*/

.carousel {
    width: 100%;
    height: 250px;
    background-color: #f1fbff;
    padding: 20px;
}

.carouselImg {
    width: 200px;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
}

.carouselCnt {
    text-align: center;
    float: right;
    width: 100%;
    height: 250px;
    overflow: hidden;
    padding-left: 220px;
    position: relative;
}

.carouselCntT {
    font-size: 36px;
}

.carouselCntS {
    margin-top: -5px;
    font-size: 18px;
    margin-bottom: 15px;
}

.carouselCntD {
    font-size: 28px;
}

.carouselCntB {
    background-color: #0db9fd;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    width: 140px;
    margin: 16px auto;
    padding: 10px 0px;
    cursor: pointer;
    transition: transform 0.3s;
}

.carouselCntB:hover {
    transform: scale(1.1);
}

.owl-theme .owl-dots .owl-dot span {
    background: #f1fbff!important;
    width: 15px;
    height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0db9fd!important;
  }

/*------------------------------ Produtos ---------------------------------------*/

.divProdutosTit {
    color: #0db9fd;
    font-size: 28px;
    padding: 30px 0px 15px 0px;
    margin-bottom: 15px;
}

.divProdutos {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.divProdutoEsp {
    width: 23%;
    float: left;
    padding: 15px;
    margin: 10px 1% 10px 1%;
    box-shadow: 0px 1px 7px #cecece;
    position: relative;
    transition: transform 0.3s;
    background-color: #fff;
    overflow: hidden;
}

.divProdutoEsp:hover {
    transform: scale(1.1);
}

.sest {
    background-color: #fbf1f1;
}

.promo {
    background-color: #f8fff8;
}

.divProdutoEspNoEst {
    position: absolute;
    background-color: #f28787;
    color: #fff;
    padding: 10px;
    font-size: 9px;
    transform: rotate(45deg);
    right: -40px;
    width: 165px;
    text-align: center;
    top: 26px;
}

.divProdutoEspPromo {
    position: absolute;
    background-color: #84d584;
    color: #fff;
    padding: 10px;
    font-size: 9px;
    transform: rotate(45deg);
    right: -40px;
    width: 165px;
    text-align: center;
    top: 26px;
}

.divProdutoEspPromoSmall {
    position: absolute;
    background-color: #84d584;
    padding: 3px;
    transform: rotate(50deg);
    right: -20px;
    width: 69px;
    text-align: center;
    top: 6px;
}

.divProdutoEspImg {
    width: 100%;
    height: 210px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.divProdutoEspNme {
    text-align: center;
    font-weight: bold;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.divProdutoEspBtn {
    background-color: #0db9fd;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    width: 60%;
    margin: 16px auto;
    padding: 10px 0px;
    cursor: pointer;
    transition: transform 0.3s;
}

.divProdutoEspBtn:hover {
    transform: scale(1.1);
}

.divProdutoEsp.sest .divProdutoEspBtn {
    background-color: #f28787;
    pointer-events: none;
    cursor: none;
}

.divProdutoEsp.promo .divProdutoEspBtn {
    background-color: #84d584;
}

.sPrm {
    text-decoration: line-through;
    font-weight: normal;
}

.showDsc {
    height: 20px;
    width: 20px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/info.png');
    right: 8px;
    top: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}

.showDsc:hover {
    transform: scale(1.2);
}

.divProdutoEspDsc {
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    height: 0;
    top: 8;
    left: 8;
    right: 8;
    transition: height 0.5s;
    z-index: 2;
}

.hidDsc {
    height: 20px;
    width: 20px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/close.png');
    right: 8px;
    top: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}

.hidDsc:hover {
    transform: scale(1.2);
}

.divProdutoEspDsc.open {
    height: 328px;
}

.divProdutosPg {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.ulListaPag {
    width: auto;
    float: right;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ulListaPag li:first-child a {
    padding: 0px !important;
    margin-right: 10px;
}

.ulListaPag li:last-child a {
    padding: 0px!important;
    margin-left: 10px;
}


.ulListaPag li {
    float: left;
    margin: 2px 4px;
    border-radius: 6px;
    transition: transform 0.3s;
}

.ulListaPag li:hover {
    transform: scale(1.1);
}

.ulListaPag li.disabled a {
    cursor: no-drop;
}

.ulListaPag li.active {
    background-color: #0db9fd;
}

.ulListaPag li a {
    padding: 10px;
    text-decoration: none !important;
    line-height: 30px;
    color: #0db9fd !important;
    cursor: pointer;
}

.ulListaPag li.active a {
    color: #fff!important;
}


.ulListaPag li a i {
    font-size: 28px;
}

/*------------------------------- CARRINO ---------------------------- */

.divProdutoCart {
    float: left;
    width: 65%;
    position: relative;
    border-bottom: dashed 3px #0db9fd;
    border-top: dashed 3px #0db9fd;
    padding: 15px 28px 15px 28px;
    max-height: 435px;
    overflow: auto;
}

.divProdutoCartEsp {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: dashed 1px #0db9fd;
    margin-bottom: 15px;
    padding: 10px;
    transition: background 0.5s, transform 0.3s;
}

.divProdutoCartNPrd {
    padding: 10px;
}

.divProdutoCartEspDel {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    transition: transform 0.3s, color 0.5s;
}

.divProdutoCartEspDel:hover {
    transform: scale(1.2);
    color: #f28787;
}

.divProdutoCartEsp.last {
    border-bottom: none;
}

.divProdutoCartEsp:hover {
    transform: scale(1.05);
    background-color: #f1fbff;
    border-bottom: none;
}

.divProdutoCartEspImg {
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    left: 15px;
    top: 9px;
}

.divProdutoCartEspNme {
    float: left;
    width: 100%;
    height: 26px;
    overflow: hidden;
    padding: 0px 250px 0px 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 22px;
    margin-bottom: 22px;
}

.divProdutoCartEspVlr {
    width: 100px;
    position: absolute;
    text-align: center;
    right: 15px;
    top: 25px;
    font-size: 22px;
}

.divProdutoCartEspQtd {
    width: 100px;
    position: absolute;
    right: 140px;
    top: 6px;
}

.divProdutoCartEspQtd span {
    color: #ffa8a8;
    font-size: 12px;
    float: right;
}

.divProdutoCartEspQtd input {
    width: 65px;
}

.divProdutoCartTot {
    float: right;
    width: 30%;
    position: relative;
    padding: 15px;
    background-color: #f1fbff;
}

.divProdutoCartTotT {
    font-size: 20px;
    margin-bottom: 10px;
}

.divProdutoCartTotVlr {
    font-size: 26px;
    font-weight: bold;
    color: #0db9fd;
}

.divProdutoCartBtns {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.divProdutoCartBtnFim {
    float: right;
    width: 48%;
    text-align: center;
    background-color: #0db9fd;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    transition: transform 0.4s;
}

.divProdutoCartBtnFim:hover,
.divProdutoCartBtnCont:hover {
    transform: scale(1.1);
}

.divProdutoCartBtnCont {
    float: left;
    width: 48%;
    text-align: center;
    background-color: #0db9fd;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    transition: transform 0.4s;
}

/*-------------------------------- LOGIN ----------------------------- */

.divLogRec {
    width: 400px;
    position: absolute;
    height: 350px;
    left: 50%;
    margin-left: -200px;
    top: 100px;
    overflow: hidden;
}

.divLogin {
    width: 100%;
    position: absolute;
    padding: 20px;
    height: 350px;
    background-color: #f1fbff;
    right: 0;
    top: 0;
    transition: right 0.4s;
}

.divLoginTit {
    color: #0db9fd;
    font-size: 28px;
    float: left;
    width: 100%;
}

.divLoginLgn {
    position: relative;
    margin-top: 50px;
    width: 100%;
    float: left;
}

.divLoginLgnIco {
    position: absolute;
    right: 17px;
    top: 14px;
    color: #0db9fd;
}

.divLoginPsw {
    position: relative;
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.divLoginPswIco {
    position: absolute;
    right: 17px;
    top: 14px;
    color: #0db9fd;
}

.divLoginLgn input,
.divLoginPsw input,
.divRecPassNPsw input,
.divRecPassCNPsw input {
    border-color: transparent;
    width: 100%;
    padding: 10px 50px 10px 10px;
    border-radius: 10px;
    transition: border-color 0.5s;
}

.ckCampo {
    border-color: red!important
}

.divLoginBtnLg {
    float: right;
    width: 48%;
    text-align: center;
    background-color: #0db9fd;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    transition: transform 0.4s;
}

#comprador,
#tipopag {
    border: solid 2px #f1fbff;
}

.divLoginBtnLg:hover {
    transform: scale(1.1);
}

.divLoginBtnPsw {
    margin-top: 8px;
    cursor: pointer;
    float: left;
    transition: transform 0.4s, color 0.4s;
}

.divLoginBtnPsw:hover {
    transform: scale(1.1);
    color: #0db9fd;
}

.divLostPass {
    width: 400px;
    padding: 20px;
    position: absolute;
    height: 350px;
    background-color: #f1fbff;
    left: 0;
    transition: left 0.4s;
}

.divLostPassT {
    color: #0db9fd;
    font-size: 28px;
    float: left;
    width: 100%;
}

.divLostPassEmail {
    position: relative;
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.divLostPassEmail input {
    border-color: transparent;
    width: 100%;
    padding: 10px 50px 10px 10px;
    border-radius: 10px;
    transition: border-color 0.5s;
}

.divLostPassEIco {
    position: absolute;
    right: 17px;
    top: 14px;
    color: #0db9fd;
}

.divLostPassBtnRec {    
    float: right;
    width: 48%;
    text-align: center;
    background-color: #0db9fd;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    transition: transform 0.4s;
}

.divLostPassBtnRec:hover {
    transform: scale(1.1);
}

.divLostPassBtnVlt {
    float: left;
    width: 48%;
    text-align: center;
    background-color: #0db9fd;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    transition: transform 0.4s;
}

.divLostPassBtnVlt:hover,
.divBtnRecVlt:hover {
    transform: scale(1.1);
}

.divLogin.hidden {
    right: 100%;
}

.divLostPass.hidden {
    left: 100%;
}

.divRecPass {
    width: 100%;
    position: absolute;
    padding: 20px;
    height: 350px;
    background-color: #f1fbff;
    right: 0;
    top: 0;
}

.divRecPassNPsw {
    position: relative;
    margin-top: 40px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.divRecPassCNPsw {
    position: relative;
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.divBtnRecMsg {
    font-size: 22px;
    text-align: center;
    margin-bottom: 60px;
}

.divBtnRecVlt {
    width: 48%;
    text-align: center;
    background-color: #0db9fd;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    transition: transform 0.4s;
    margin: auto;
  }

/*------------------------------- USUARIO ---------------------------- */

.divPerfT {
    width: 100%;
    margin-bottom: 10px;
    font-size: 22px;
    float: left;
    border-bottom: solid 1px #cecece;
    padding: 6px 220px 20px 0px;
}

#divUsrVendasTotal {
    background-color: #0db9fd;
    color: #fff;
    font-weight: bold;
    padding: 10px 18px;
    position: absolute;
    right: 15px;
}

.divPerfUser,
.divPerfEnd {
    width: 100%;
    float: left;
    position: relative;
}

.divPerfUserAvt {
    position: absolute;
    width: 250px;
    height: 100%;
    z-index: 2;
}

.divPerfUserAvtImg {
    width: 250px;
    height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.divPerfUserCnt {
    float: left;
    width: 100%;
    padding-left: 300px;
    position: relative;
}

.divPerfUserAvtDsc {
    text-align: center;
    cursor: pointer;
    transition: transform 0.5s;
    background-color: #0db9fd;
    color: #fff;
    padding: 10px 0px;
    float: left;
    width: 49%;
    position: relative;
    overflow: hidden;
}

#avatarUsr, 
#avatarUsr2 {
    position: absolute;
    font-size: 26px;
    top: 0;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.divPerfUserAvtPsw {
    text-align: center;
    cursor: pointer;
    transition: transform 0.5s;
    background-color: #0db9fd;
    color: #fff;
    padding: 10px 0px;
    float: right;
    width: 49%;
}

.divUserChange {
    text-align: center;
    cursor: pointer;
    transition: transform 0.5s;
    background-color: #0db9fd;
    color: #fff;
    padding: 10px 0px;
    float: right;
    width: 200px;
    margin-top: 18px;
}

.divUserChange.disabled {
    cursor: none;
    background-color: #f1fbff;
    pointer-events: none;
    color: #0db9fd;
}

.divPerfUserAvtDsc:hover,
.divPerfUserAvtPsw:hover,
.divUserChange:hover {
    transform: scale(1.1);
}

.divPerfUserTxt {
    font-weight: bold;
    margin-bottom: 10px;
}

.divPerfUserLog {
    float: left;
    width: 48%;
    margin-bottom: 20px;
}

.divPerfUserDta {
    float: right;
    width: 48%;
    margin-bottom: 20px;
}

.divPerfUserNme,
.divPerfUserSnm,
.divPerfUserEml,
.divPerfUserTel {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.divPerfUserNme input,
.divPerfUserSnm input,
.divPerfUserEml input,
.divPerfUserTel input,
.divPerfUserEnd input,
.divPerfUserEnd select {
    background-color: #f1fbff;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    color: #0db9fd;
    width: 100%;
}

.divPerfUserEnd {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.divUsrVendas {
    float: left;
    width: 100%;
    min-height: 170px;
    position: relative
}

.divUsrVendasTotPg {
    float: left;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.divUsrVendasPg .ulListaPag {
    margin-top: 25px;
}

.divUsrVendasFt {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
}

.divUsrVendasFt label {
    margin-right: 20px;
}

.divUsrVendasFtBtn {
    text-align: center;
    cursor: pointer;
    transition: transform 0.5s;
    background-color: #0db9fd;
    color: #fff;
    padding: 5px 0px;
    float: right;
    width: 130px;
    position: relative;
}

.divUsrVendasFtBtn:hover {
    transform: scale(1.1);
  }

.divUsrVendasEsp {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f1fbff;
    padding: 20px;
    margin: 10px 0px;
    transition: transform 0.4s;
    cursor: pointer;
}

.divUsrVendasEspHd {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px;
}

.divUsrVendasEsp:hover,
.divUsrVendasEspItem:hover {
    transform: scale(1.01);
}

.divUsrVendasEsp.show .divUsrVendasEspItens {
    height: auto;
    margin-top: 20px;
}

.divUsrVendasEspT {
    float: left;
    width: 20%;
}

.divUsrVendasEspC {
    float: left;
    width: 40%;
}

.divUsrVendasEspP {
    float: left;
    width: 20%;
}

.divUsrVendasEspTot {
    float: left;
    width: 20%;
    text-align: right;
}

.divUsrVendasEspItens {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    transition: height 0.4s;
}

.divUsrVendasEspItem {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: transform 0.4s;
}

.divUsrVendasEspItemImg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.divUsrVendasEspItemNme {
    float: left;
    width: 100%;
    padding: 12px 200px 12px 60px;
}

.divUsrVendasEspItemQtd {
    position: absolute;
    right: 115px;
    top: 20px;
}

.divUsrVendasEspItemVlr {
    position: absolute;
    right: 20px;
    top: 20px;
}



/*----------------------------- Responsivel -------------------------- */

@media screen and (max-width: 1200px) {
    .divProdutoEsp {
        width: 31.33333%;
    }
}

@media screen and (max-width: 1000px) {
    .divPesqTpCnt {
        width: 50%;
    }

    .divProdutoCart {
        margin-bottom: 20px;
        width: 100%;
    }

    .divProdutoCartTot {
        width: 60%;
    }
}

@media screen and (max-width: 960px) {
    .carouselCntT {
        line-height: 30px;
    }

    .carouselCntS {
        margin-top: 10px;
    }

    .carouselCntD {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 770px) {
    .divPesqTp {
        margin-top: 60px;
        padding: 0;
    }
      
    .divPesqTpCnt {
        width: 100%;
        right: 0;
    }

    .divProdutoEsp {
        width: 48%;
    }

    .divProdutoCartEspImg {
        display: none;
    }

    .divProdutoCartEspNme {
        padding: 0px 250px 0px 0px;
    }

    .divProdutoCartTot {
        width: 100%;
    }

    .divPerfUserCnt {
        padding: 0;
    }

    .divPerfUserAvt {
        position: relative;
        height: 300px;
        margin: auto;
        margin-bottom: 20px;
    }

    .divUsrVendasFt label {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .divProdutoEsp {
        width: 98%;
    }

    .divProdutoCartEspQtd {
        right: 110px;
    }
}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 340px) {}