.galeria #galeria-detalhe{ z-index:0; }
#newsletter { position: relative; z-index: 1; }
#jumpMenu ul li a{ color: #8d8d8d; }
#homeProduto .title b, #homeProduto .title strong{font-weight: 300;}
#tabs > ul > li a{ color: #323232; }
.errorlbl{    

    color: #f00000;
    font-size: 11px;
    font-style: italic;        
    text-align: center;
    width: 100%; font-weight: normal;
    font-family: 'proxima'; font-weight: normal; text-transform: none;}
div.errorlbl{    border-top: 2px solid #f00000;
                 bottom: -21px;
                 color: #f00000;
                 font-size: 11px;
                 font-style: italic;
                 left: 0;
                 padding-top: 9px;
                 position: absolute;
                 text-align: center;
                 width: 100%; font-weight: normal;
                 font-family: 'proxima'; font-weight: normal; text-transform: none;}

.formulario .checkbox input {
    display: block;
    opacity: 0;
    position: absolute;
}

#message-box {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: 'proxima';
    font-size: 13px;
    text-transform: uppercase;
    box-shadow: 2px 2px rgba(100,100,100, 0.3);
    background: #99bbbd;
    color: #ffffff;
    z-index: 1001;
}
#message-box.hide{display:none;}
#message-box .container {
    max-width: 1240px;
    margin: 0 auto;

}

#message-box .title{
    font-family: 'proxima';
    font-size: 25px; 
    margin-bottom: 10px;
    color: #ffffff;
}

.infoText{
    color: #515151;
    display: block;
    font-family: "proxima";
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
}
.areasWithForm .tab .content .texto strong, .areasWithForm .tab .content .texto b{
    font-weight: 600;
}
.areasWithForm .tab .content .texto a.btn{
    border: 1px solid #cccccc;
    color: #333333;
    display: inline-block;
    font-family: "proxima";
    font-size: 11px;
    font-weight: 400;
    line-height: initial;
    margin: 23px 0 5px;
    padding: 13px 20px 11px;
    text-transform: uppercase;
    text-decoration: none;
}
.areasWithForm .tab .content .texto .btn:hover {
    background-color: #cccccc;
    color: #ffffff;
}
.wrapRadios {width: 100%; display: block; float: left; margin-bottom: 5px;}
.checkGroup .input-cb-rb label{top: 0; text-transform: none;}

.tab .right:last-child {
    margin-right: 0;
}
.tab .right {
    display: block;
    float: left;
    width: 32.2581%;
}
.wideTabs .tabInfo .infoBlock .block.smaller:nth-child(2n+1){
    margin-left: 0;
    clear: left;
}
.wideTabs .tabInfo .infoBlock .wrapAddresses .block.smaller:nth-child(2n){margin-right: 0px; float: right;}

/**
 * Adicional
 */
#featuresStripe #productFeatures .featureBlock ul.colors li a span{
    width: 32px;
    height: 32px;
    display: inline-block;
    content: " ";
    vertical-align: middle;
    text-align: center;
    line-height: 32px;    
}

#featuresStripe #productFeatures .featureBlock ul.colors li a:hover span {
    border: 3px solid #fff;
    border-radius: 20px;
    height: 38px;
    width: 38px;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
    list-style-type: none;
} 

.bloco-texto{
    color: #878787;
    font-family: "proxima";
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    /*    float:left; width: 100%;*/
}

.btn-dark{
    color: #fff !important;
    display: block;
    font-family: "proxima";
    font-size: 11px;
    font-weight: 400;
    height: 38px;
    letter-spacing: 2px;
    line-height: initial;    
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #69c5c8;
    display: inline-block;
    text-decoration: none !important;
    width: auto;
    line-height: 38px;        
}
.btn-dark:hover{
    background-color: #32a2a6;
}


/**
LOADING
*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**
END LOADING
*/

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .wide .listagem .prod-item:nth-child(4n+1){
        clear: left;
    }
}
@media only screen and (max-width: 1024px) {
    #galeria-detalhe #owl-detalhe .item{
        height: 320px;
    }
}
@media only screen and (min-width: 1024px) {

    .listagem .prod-item:nth-child(4n+1){
        clear: left;
    }

    .wide .listagem .prod-item:nth-child(4n+1){
        clear: none;
    }

    .wide .listagem .prod-item:nth-child(6n+1){
        clear: left;
    }


    #galeria-detalhe #owl-detalhe .item{
        height: 696px;
    }
}


legend + * {
    -webkit-margin-top-collapse: separate;
}

header .content .right #basketWrapp #basketPrev{
    width: 308px;
}
header .content .right #basketWrapp .top ul{
    max-height: 400px;
    overflow: auto;
}

.listagem .prod-item .price .formerPrice {
	display: inline-block; text-decoration: line-through; 
	    font-family: "proxima";
    font-size: 12px;
    line-height: initial;
    font-weight: 500;
    margin-left: 5px;
    color: #8d8d8d;
    position: relative;
}

.area-voucher{margin-bottom:21px; text-align: left; }
.area-voucher .voucher-label{
    font-family: "proxima";
font-size: 14px;
line-height: 14px;
font-weight: 300;
color: #565656; text-transform: uppercase;
    font-weight:normal;margin-right:15px;margin-bottom:0;}
.area-voucher-inner{display:inline-block;width:255px;}
.area-voucher-inner input[type=text]{width:166px;
float: left;
width: 63.33333%;
height: 40px;
padding: 0 14px;
border: 1px solid #d9d9d9;    
border-right: 0;
font-family: "proxima";
font-size: 13px;
line-height: 40px;
font-weight: 400;
color: #303030;
}
.area-voucher-inner button{float: left;
width: 36.66667%;
height: 40px;
background-color: #a9a9a9;
font-family: "proxima";
font-size: 11px;
line-height: 40px;
font-weight: 400;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 1.5px;}

.text{    
    font-family: "proxima";
font-size: 15px;
line-height: 15px;
font-weight: 300;
color: #535353;
}
/* #submenu a#smn59{ font-family: 'Clicker Script', cursive !important; } */