.wrap-forms-formhook{
display: none;
left: 0px;
position: fixed;
top: 0px;
height: 0px;
width: 100%;
z-index: 550;
height: 100%;
background-color: rgba(0,0,0,0.62);
}
.form-hook{
display: none;
top:10%;
position: fixed;
z-index: 555;
}
.form-hook{
  background-color: #fff;
padding: 15px;
border-style: solid;
border-width: 1px;
border-color: gray;
} 
.form-hook h2,
.form-hook .title{
font-size: 20px;
text-align: center;
color: #000;
text-transform: uppercase;
margin: 0px;
}
.form-hook .form-actions{
width:100%;
}
.form-hook .form-actions > *{
	width: 100%;
}
.form-hook  .block{
  padding: 0px;
}
.form-hook{
width: 320px;
left: calc(50% - 160px);
}
.catblock-top{
padding-left: 15px;
padding-right: 15px
}
.p-item{
height: 310px;
}
.view-vitrina{
  margin-bottom: 30px;
}

.hiddenform-comfirm-mod {
    display: none;
    position: fixed;
    z-index: 99999;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    top: 20%;
    left: calc(50% - 20%);
    width: 40%;
    min-width: 320px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(128, 128, 128);
    border-radius: 5px;
}
a.comfirm-a-mod{
text-decoration: underline;
}
.textcomf-mod,
.textcomf-mod a{
font-size: 12px;
color: #fff;
}
.textcomf-mod.textcomf-mod-cart,
.textcomf-mod.textcomf-mod-cart a{
color: #000;
}
#toTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
  /*  background: rgba(85,85,85,0.8);*/
    width: 50px;
    height: 45px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 100;
    visibility: hidden;
}

#toTop {
    width: 65px;
    height: 60px;
}
#toTop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
#toTop i {
    width: 100%;
    height: 100%;
    font-size: 32px;
    line-height: 44px;
}
#toTop i {
    font-size: 64px;
    line-height: 56px;
    background-color: #6f4e19;
    border-radius: 0 15px;
    box-shadow: 5px 7px 15px 0px rgb(136 98 34 / 39%);
}
