@font-face {
    font-family: OpenSansRegular;
    src: url(https://static.xrz.pt/fonts/OpenSans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSansLight;
    src: url(https://static.xrz.pt/fonts/OpenSans/OpenSans-Light.ttf);
}
@font-face {
    font-family: OpenSansSemiBold;
    src: url(https://static.xrz.pt/fonts/OpenSans/OpenSans-SemiBold.ttf);
}
@font-face {
    font-family: OpenSansSemiBoldItalic;
    src: url(https://static.xrz.pt/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf);
}
@font-face {
    font-family: OpenSansBold;
    src: url(https://static.xrz.pt/fonts/OpenSans/OpenSans-Bold.ttf);
}
@font-face {
    font-family: OpenSansBoldItalic;
    src: url(https://static.xrz.pt/fonts/OpenSans/OpenSans-BoldItalic.ttf);
}

@font-face {
    font-family: BebasNeueBold;
    src: url(https://static.xrz.pt/fonts/BebasNeue/BebasNeueBold.ttf);
}
@font-face {
    font-family: BebasNeueBook;
    src: url(https://static.xrz.pt/fonts/BebasNeue/BebasNeueBook.ttf);
}
@font-face {
    font-family: BebasNeueLight;
    src: url(https://static.xrz.pt/fonts/BebasNeue/BebasNeueLight.ttf);
}
@font-face {
    font-family: BebasNeueRegular;
    src: url(https://static.xrz.pt/fonts/BebasNeue/BebasNeueRegular.ttf);
}
@font-face {
    font-family: BebasNeueThin;
    src: url(https://static.xrz.pt/fonts/BebasNeue/BebasNeueThin.ttf);
}

html, body{height: 100%;width:100%;background-color: #fff;}
html, body, div, p, ul, ol, li, img, h1, h2, h3, h4, h5, h6, h7, form, input, textarea, select, label, button{font-family: 'Arial', sans-serif;position:relative;font-weight:normal;font-size:14px;margin:0;padding:0;outline: 0;}
body {min-width: 1180px;}

body.carrinho-open{
    overflow-y: hidden;
}

*{margin:0;padding:0;box-sizing:border-box;list-style:none;}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder{font-family: 'Arial', sans-serif;font-size: 100%;color: #000;}
a{text-decoration: none;}
a:hover,.blink{transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;text-decoration: none;}
.show-inline{display:inline-block;}
.hide,.visible-mobile{display: none;}
.show{display: block;}
.fcenter{margin:0 auto;}
.fleft{float:left}
.fright{float:right}
.clear{clear:both;}
.acenter{text-align:center;}
.aleft{text-align:left;}
.aright{text-align:right;}
.ajustify{text-align:justify;}
.bold{font-weight:bold;}
.img-responsive{max-width: 100%;height: auto;display: block;}
.uppercase{text-transform: uppercase;}
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}

/****** FONT SIZE ******/
.size-10 {font-size: 10px;}
.size-12 {font-size: 12px;}
.size-14 {font-size: 14px;}
.size-16 {font-size: 16px;}
.size-18 {font-size: 18px;}
.size-19 {font-size: 19px;}
.size-20 {font-size: 20px;}
.size-22 {font-size: 22px;}
.size-24 {font-size: 24px;}
.size-25 {font-size: 25px;}
.size-30 {font-size: 30px;}
.size-35 {font-size: 35px;}
.size-45 {font-size: 45px;}
.size-55 {font-size: 55px;}
.size-65 {font-size: 65px;}
.size-75 {font-size: 75px;}


.color-white {
    color: #ffffff;
}
.color-black {
    color: #000;
}

/****** LAYOUT ******/
.col-100{width:100%;}
.col-95{width:95%;}
.col-90{width:90%;}
.col-85{width:85%;}
.col-80{width:80%;}
.col-75{width:75%;}
.col-70{width:70%;}
.col-65{width:65%;}
.col-60{width:60%;}
.col-58{width:58%;}
.col-55{width:55%;}
.col-50{width:50%;}
.col-48{width:48%;}
.col-46{width:46%;}
.col-45{width:45%;}
.col-40{width:40%;}
.col-38{width:38%}
.col-35{width:35%;}
.col-33{width:33.33333333333333%}
.col-30{width:30%;}
.col-25{width:25%;}
.col-20{width:20%;}
.col-15{width:15%;}
.col-10{width:10%;}
.col-8{width:8%;}
.col-5{width:5%;}
.col-4{width:4%;}

.contend{width:1180px}

/****** SPACER ******/
.spacer-1,.spacer-5,.spacer-10,.spacer-15,.spacer-20,.spacer-25,.spacer-30,.spacer-35,.spacer-40,.spacer-45,.spacer-50,.spacer-55,.spacer-60,.spacer-65,.spacer-70,.spacer-75,.spacer-80,.spacer-85,.spacer-90,.spacer-95,.spacer-100,.spacer-200{width: 100%;font-size: 0;margin: 0;padding: 0;display: block;clear: both;}
.spacer-1{height: 1px;}
.spacer-5{height: 5px;}
.spacer-10{height: 10px;}
.spacer-15{height: 15px;}
.spacer-20{height: 20px;}
.spacer-25{height: 25px;}
.spacer-30{height: 30px;}
.spacer-35{height: 35px;}
.spacer-40{height: 40px;}
.spacer-45{height: 45px;}
.spacer-50{height: 50px;}
.spacer-55{height: 55px;}
.spacer-60{height: 60px;}
.spacer-65{height: 65px;}
.spacer-70{height: 70px;}
.spacer-75{height: 75px;}
.spacer-80{height: 80px;}
.spacer-85{height: 85px;}
.spacer-90{height: 90px;}
.spacer-95{height: 95px;}
.spacer-100{height: 100px;}
.spacer-200{height: 200px;}


/****** MARGINS & PADDINGS ******/
.margin-left-5 {margin-left: 5px;}
.margin-left-10 {margin-left: 10px;}
.margin-left-15 {margin-left: 15px;}
.margin-left-20 {margin-left: 20px;}
.margin-left-25 {margin-left: 25px;}

.margin-right-5 {margin-right: 5px;}
.margin-right-10 {margin-right: 10px;}
.margin-right-15 {margin-right: 15px;}
.margin-right-20 {margin-right: 20px;}
.margin-right-25 {margin-right: 25px;}

.padding-left-5 {padding-left: 5px;}
.padding-left-10 {padding-left: 10px;}
.padding-left-15 {padding-left: 15px;}
.padding-left-20 {padding-left: 20px;}
.padding-left-25 {padding-left: 25px;}

.padding-right-5 {padding-right: 5px;}
.padding-right-10 {padding-right: 10px;}
.padding-right-15 {padding-right: 15px;}
.padding-right-20 {padding-right: 20px;}
.padding-right-25 {padding-right: 25px;}

.padding-top-245 {padding-top: 245px;}

.flex {
    display: flex;
}
.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-right {
    display: flex;
    justify-content: center;
    justify-content: flex-end;
}
.flex-left {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
}

.hidden{opacity:0;}
.visible{opacity:1;}


.material-scrolltop.reveal {
    width: 50px;
    height: 50px;
}
.material-scrolltop {
    background-color: #D69E71;
}
.material-scrolltop:hover {
    background-color: #E9B280;
}
.material-scrolltop::before {
    background: #E9B280;
}
.material-scrolltop, .material-scrolltop::before {
    background-image: url(https://static.xrz.pt/plugins/material-scrolltop/uv/icons/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
}


#msgCookie a {
    color: #E9B280;
}

#msgCookie {
    background: rgba(0, 0, 0, .9);
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.preloader{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999999;
    background-color:#fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;

}

@keyframes fadeIn {
    from { opacity: 0.1; }
}

.preloader img {
    max-height: 80px;
    animation: fadeIn 1000ms infinite alternate;
}

.page-back {
    background-color: #231F20;
    padding: 60px 0;
}

.page-title h1 {
    font-family: BebasNeueRegular;
    color: #FFFFFF;
    font-size: 60px;
}

.page-title h2 {
    font-family: BebasNeueRegular;
    color: #FFFFFF;
    font-size: 45px;
}

.page-title .intro {
    font-family: OpenSansRegular;
    color: #E9B280;
    font-size: 16px;
}

.parallaxie, .home-banner {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-banner::before {
    content: '';
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-banner h2 {
    font-family: BebasNeueBook;
    color: #FFFFFF;
    font-size: 65px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.home-banner h3 {
    font-family: "OpenSansSemiBoldItalic";
    color: #E9B280;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.home-banner .btn {
    padding: 10px 30px;
    border: 1px solid #E9B280;
    font-family: BebasNeueLight;
    color: #E9B280;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}
.home-banner .btn:hover {
    background-color: #E9B280;
    color: #000000;
}


.background-padrao {
    padding: 40px 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(67,66,60,1) 0%, rgba(42,42,34,1) 44%, rgba(41,40,32,1) 51%, rgba(27,27,20,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0,rgba(67, 66, 60, 1) ),color-stop(0.5119,rgba(42, 42, 34, 1) ),color-stop(0.5137,rgba(42, 42, 34, 1) ),color-stop(0.5175,rgba(41, 40, 32, 1) ),color-stop(1,rgba(27, 27, 20, 1)));
    background:-webkit-radial-gradient(center, ellipse cover, rgba(67, 66, 60, 1) 0%, rgba(42, 42, 34, 1) 51.19%, rgba(42, 42, 34, 1) 51.37%, rgba(41, 40, 32, 1) 51.75%, rgba(27, 27, 20, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(67, 66, 60, 1) 0%, rgba(42, 42, 34, 1) 51.19%, rgba(42, 42, 34, 1) 51.37%, rgba(41, 40, 32, 1) 51.75%, rgba(27, 27, 20, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(67, 66, 60, 1) 0%, rgba(42, 42, 34, 1) 51.19%, rgba(42, 42, 34, 1) 51.37%, rgba(41, 40, 32, 1) 51.75%, rgba(27, 27, 20, 1) 100%);
    background:radial-gradient(ellipse at center, rgba(67, 66, 60, 1) 0%, rgba(42, 42, 34, 1) 51.19%, rgba(42, 42, 34, 1) 51.37%, rgba(41, 40, 32, 1) 51.75%, rgba(27, 27, 20, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43423C', endColorstr='#1b1b14',GradientType=1 );
}
.background-padrao::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/frontend/assets/img/padrao_1.png);
    background-size: 100px;
    opacity: 0.1;

    transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}

.linha-titulo {
    background: rgba(0, 0, 0, 0.9);
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #D69E71;
    font-family: BebasNeueRegular;
    font-size: 30px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}


.control-altura-menu {
    height: 0;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}
.linha-topo-menu {
    padding: 10px 0;
    height: 70px;
    position: fixed;
    z-index: 100;
    background-color: #FFF;
    background-color: rgba(0,0,0,0.8);
    box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 4px 5px -3px rgba(0,0,0,0.1);
}
.linha-topo-menu .logotipo {
    float: left;
    width: 150px;
}
.linha-topo-menu .linha-menu {
    float: left;
    width: calc(100% - 410px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    height: 50px;
    position: static;
}
.linha-topo-menu .redes-sociais {
     float: left;
     width: 90px;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     align-content: center;
     height: 50px;
 }
.linha-topo-menu .lingua-site {
    float: left;
    width: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
    text-align: center;
}


.linha-topo-menu .revenda-area {
    float: left;
    width: 120px;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
    text-align: center;
}
.linha-topo-menu .revenda-area a {
    font-family: OpenSansRegular;
    color: #E9B280;
    text-transform: uppercase;
}
.linha-topo-menu .revenda-area a:hover {
    color: #FFFFFF;
}

.linha-topo-menu .revenda-area a.carrinho {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.linha-topo-menu .revenda-area a.carrinho span {
    background-color: #E9B280;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.linha-topo-menu .logotipo .logo {
    margin-top: 5px;
    max-height: 40px;
}
.linha-topo-menu .linha-menu ul li {
    float: left;
    margin-right: 40px;
    height: 70px;
    line-height: 70px;
}
.linha-topo-menu .linha-menu ul li a {
    height: 70px;
    line-height: 70px;
    display: block;
    font-family: OpenSansRegular;
    color: #FFFFFF;
}
.linha-topo-menu .linha-menu li:last-child {
    margin-right: 20px;
}
.linha-topo-menu .linha-menu ul li a:hover, .linha-topo-menu .linha-menu ul li a.active  {
    color: #E9B280;
}
.linha-topo-menu .redes-sociais img {
    max-height: 30px;
    transition: transform 1s ease-in-out 0s;
}
.linha-topo-menu .redes-sociais img:hover {
    opacity: 0.8;
    transform: rotate(360deg);
}
.linha-topo-menu .redes-sociais a:first-child {
    margin-right: 10px;
}
.linha-topo-menu .lingua-site a {
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 8px;
}
.linha-topo-menu .lingua-site a:last-child {
    margin-right: 0;
}
.linha-topo-menu .lingua-site a:hover, .linha-topo-menu .lingua-site a.active {
    color: #E9B280;
}


.linha-topo-menu .control-submenu {
    padding: 10px;
}
.control-submenu i {
    transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;
}
.control-submenu:hover i {
    color: #ffffff;
}
.control-submenu:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
}
.linha-topo-menu .submenu {
    position: absolute;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    width: 110px;
    border: 1px solid #E9B280;
    background-color: #000000;
    text-align: left;
    padding: 8px 10px;
}
.linha-topo-menu .submenu li a {
    font-family: OpenSansRegular;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: inherit;
}
.linha-topo-menu .submenu li a:hover {
    color: #E9B280;
}





/****** FIM MENU *****/


/****** SUBSCREVER *****/
.subscrever {
    padding: 30px 0;
}
.subscrever .titulo {
    font-family: BebasNeueBook;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.subscrever .sub-titulo {
    font-family: OpenSansRegular;
    font-size: 16px;
    color: #D69E71;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.subscrever input[type="email"] {
    float: left;
    width: calc(100% - 42px);
    height: 50px;
    line-height: 50px;
    padding: 10px;
    border: 1px solid #D69E71;
    background: rgba(0, 0, 0, 0.5);
    color: #D69E71;
}
.subscrever input[type="submit"] {
    left: -1px;
    float: left;
    width: 41px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #D69E71;
    background: url('/frontend/assets/img/send.png') no-repeat center center #D69E71;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #D69E71;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D69E71;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D69E71;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D69E71;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #D69E71;
}

input::placeholder, textarea::placeholder { /* Most modern browsers support this now. */
    color: #D69E71;
}

.subscrever input[type="submit"]:hover {
    opacity: 0.7;
    cursor: pointer;
}
/****** FIM SUBSCREVER *****/


/****** FOOTER *****/
.footer {
    padding: 70px 0 0 0;
    background-color: #D69E71;
}
.footer .titulo {
    font-family: "BebasNeueRegular";
    font-weight: bold;
    font-size: 25px;
    color: #231F20;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer ul li {
    margin-bottom: 2px;
}
.footer ul li a {
    font-family: "OpenSansRegular";
    font-size: 14px;
    color: #231F20;
}
.footer ul li a:hover {
    color: #FFFFFF;
}
.footer .redes-sociais img {
    max-height: 30px;
    transition: transform 1s ease-in-out 0s;
}
.footer .redes-sociais img:hover {
    opacity: 0.8;
    transform: rotate(360deg);
}
.footer .redes-sociais a:nth-child(1), .footer .redes-sociais a:nth-child(2){
    margin-right: 10px;
}

.footer .telefones div {
    font-family: OpenSansSemiBoldItalic;
    color: #231F20;
    font-size: 20px;
}
.footer .contactos {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #231F20;
}
.footer .contactos img {
    max-height: 30px;
    transition: transform 1s ease-in-out 0s;
}
.footer .contactos span {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #231F20;
}

.footer .contactos .morada, .footer .contactos .apoios {
    height: 60px;
}
.footer .contactos .morada {
    border-right: 1px solid #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
.footer .contactos .apoios {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-start;
}


.footer .contactos .apoios img {
    margin-right: 50px;
}
.footer .contactos .apoios img:last-child {
    margin-right: 0;
}

.footer .creditos {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #FFFFFF;
    background: #000000;
    padding: 25px 0;
}
.footer .creditos a{
    color: #FFFFFF;
}
.footer .creditos a:hover{
    color: #D69E71;
}
.footer .creditos i{
    color: #D69E71;
    font-size: 18px;
    padding: 0 5px;
}
.separador {
    background-color: #231F20;
    clear: both;
    width: 100%;
    height: 1px;
}
/****** FIM FOOTER *****/


.paginacao .pagination{
    display:inline-block;
    padding:0;margin:20px 0 0;
}
.paginacao .pagination li{
    float:left;
    background:#E9B280;
    margin-right:5px;
    height:auto;
    overflow:hidden;
}
.paginacao .pagination li.active {
    background:#FFFFCC;
}
.paginacao .pagination li a, .paginacao .pagination li span {
    color:#231F20;
    padding:5px 10px;
    float:left;
}
.paginacao .pagination li.active span {
    color:#231F20;
}
.paginacao .pagination li.disabled {
    opacity:.5;
}
.paginacao.pagination li:last-child {
    margin-right:0;
}

.grecaptcha-badge {
    display: none;
}

.menuMobile {
    display: none;
}
#mm-page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
}
.mm-menu {
    background: #231F20;
    border-color: #E9B280;
    color: #D69E71;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #D69E71;
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: #D69E71;
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: #D69E71;
}
.mm-counter {
    color: #D69E71;
}
.mm-listitem a.active {
    color: #FFFFFF;
}
.mm-navbars_top .linguas {
    float: left;
    width: 45%;
    text-align: left;
    padding: 0 10px 0 20px;
}
.mm-navbars_top .linguas a {
    margin-right: 10px;
}
.mm-navbars_top .linguas a.active {
    color: #FFFFFF;
}

.mm-navbars_top .area-pessoal  {
    float: left;
    width: 55%;
    text-align: right;
    padding: 0 20px 0 10px;
}
.mm-navbars_top .area-pessoal ul  {
    float: right;
}
.mm-navbars_top .area-pessoal ul li {
    float: left;
    text-align: right;
    margin-right: 10px;
}
.mm-navbars_top .area-pessoal ul li:last-child {
    margin-right: 0;
}
.mm-navbars_top .area-pessoal ul li a {
    float: left;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hidden-mobile {
    display: block;
}
.visible-mobile {
    display: none;
}


/****** Modal ******/
.modal-open {
    overflow: hidden;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: rgba(0, 0, 0, 1);
    padding: 30px;
    border: 3px solid #E9B280;
    width: 80%;
    max-width: 600px;
    margin: 0 auto 100px;
    border-radius: 8px;
}
/* The Close Button */
.close {
    color: #E9B280;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #D69E71;
    text-decoration: none;
    cursor: pointer;
}

.modal input[type="file"] {
    color: #E9B280;
}

.modal input[type="text"], .modal input[type="password"] {
    border: 1px solid #E9B280;
    padding: 15px;
    display: block;
    width: 100%;
    color: #D69E71;
    background: rgba(0, 0, 0, 1);
}
.modal  input[type="submit"] {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #E9B280;
    border: none;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.modal  input[type="submit"]:hover {
    background-color: #D69E71;
}
.modal select {
    border: 1px solid #E9B280;
    padding: 15px;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    color: #D69E71;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 35px;
}
.modal .select::after {
    content: "\f107";
    font-family: FontAwesome;
    color: #E9B280;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
    pointer-events: none;
}
.modal label {
    color: #D69E71;
}
.modal a.link {
    color: #E9B280;
}
.modal a.link:hover {
    color: #D69E71;
}


.carrinho-compras-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.75);
}
.carrinho-compras {
    border-top: 3px solid #D69E71;
    border-bottom: 3px solid #D69E71;
    border-left: 3px solid #D69E71;
    position: fixed;
    right: 0;
    margin-right: -600px;
    z-index: 1001;
    background-color: #000000;
    width: 600px;
    max-height: 100%;
    overflow-y: auto;
    transition: 0.75s;
}
.carrinho-compras .title {
    padding: 15px 20px;
    color: #E9B280;
    border-bottom: 3px solid #D69E71;
}
.carrinho-compras .title span:nth-child(1) {
    font-family: "BebasNeueRegular";
}
.carrinho-compras .title span:nth-child(2) {
    font-family: "OpenSansSemiBold";
    margin-left: 5px;
}
.carrinho-compras .title .close-carrinho {
    position: absolute;
    top: 20px;
    right: 15px;
}
.carrinho-compras .title .close-carrinho i {
    font-size: 25px;
    color: #E9B280;
}
.carrinho-compras .title .close-carrinho:hover i {
    color: #ffffff;
}
.carrinho-compras .produtos .item {
    padding: 15px 20px;
    height: 150px;
    border-bottom: 1px solid #D69E71;
    display: flex;
}
.carrinho-compras .produtos .item .imagem {
    width: 180px;
    float: left;
}
.carrinho-compras .produtos .item .info {
    width: 300px;
    float: left;
    padding-left: 30px;
}
.carrinho-compras .produtos .item h3 {
    font-family: "OpenSansBold";
    font-size: 22px;
    color: #E9B280;
}
.carrinho-compras .produtos .item .tamanho {
    font-family: "OpenSansRegular";
    font-size: 14px;
    color: #E9B280;
}
.carrinho-compras .produtos .item .tamanho span:nth-child(2) {
    color: #ffffff;
}
.carrinho-compras .produtos .item .btn_minus, .carrinho-compras .produtos .item .btn_plus {
    border: 1px solid #D69E71;
    padding: 5px 7px;
    background-color: #231F20;
    cursor: pointer;
    height: 25px;
    width: 30px;
    text-align: center;
    float: left;
}
.carrinho-compras .produtos .item .btn_minus i, .carrinho-compras .produtos .item .btn_plus i {
    color: #E9B280;
}
.carrinho-compras .produtos .item .btn_minus:hover, .carrinho-compras .produtos .item .btn_plus:hover {
    background-color: #000000;
}
.carrinho-compras .produtos .item .btn_minus:hover i, .carrinho-compras .produtos .item .btn_plus:hover i {
    color: #D69E71;
}
.carrinho-compras .produtos .item .total-items {
    border-top: 1px solid #D69E71;
    border-bottom: 1px solid #D69E71;
    border-left: none;
    border-right: none;
    background-color: #000000;
    color: #ffffff;
    width: 50px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    float: left;
}
.carrinho-compras .produtos .item .price {
    width: 120px;
    float: left;
    text-align: right;
}
.carrinho-compras .produtos .item .price .btn_remove_cart {
    color: #D69E71;
    font-size: 25px;
}
.carrinho-compras .produtos .item .price .btn_remove_cart:hover {
    color: #FFFFFF;
}
.carrinho-compras .produtos .item .price .product-price {
    font-family: "OpenSansSemiBold";
    color: #FFFFFF;
    font-size: 20px;

}
.carrinho-compras .finalizar-carrinho {
    padding: 25px 20px;
    width: 100%;
    float: left;
}
.carrinho-compras .finalizar-carrinho .total-title {
    font-family: "BebasNeueRegular";
    color: #FFFFFF;
    font-size: 30px;
}
.carrinho-compras .finalizar-carrinho .total-valor {
    font-family: "OpenSansSemiBold";
    color: #D69E71;
    font-size: 25px;
}
.carrinho-compras .finalizar-carrinho .btn_finalizar {
    padding: 15px 20px;
    background-color: #E9B280;
    font-family: "BebasNeueRegular";
    color: #000000;
    font-size: 30px;
    display: block;
    text-align: center;
}
.carrinho-compras .finalizar-carrinho .btn_finalizar:hover {
    background-color: #D69E71;
}

.carrinho-compras .carrinho-empty {
    padding: 15px 20px;
    color: #E9B280;
    font-family: "BebasNeueRegular";
    font-size: 16px;
}

.carrinho-compras .etiqueta {
    font-family: "OpenSansRegular";
    font-size: 14px;
    color: #FFFFFF;
}


@media (min-width: 500px) and (max-width: 767px) {

    body {
        min-width: 100%;
    }
    .contend {
        width: 100%;
    }

    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;

    }

    .linha-topo-menu {
        display: none;
    }

    .menuMobile {
        display: block;
    }
    .menuMobile {
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 50px;
        display: block;
        padding: 15px 10px;
        background-color: rgba(0,0,0,0.9);
        box-shadow: 0 3px 2px -2px #D69E71;
    }
    .menuMobile .logotipo {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 100;
    }
    .menuMobile .logotipo img {
        max-height: 30px;
    }
    .menuMobile .butoes {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
    .menuMobile .butoes a {
        font-size: 16px;
        color: #FFFFFF;
    }
    .menuMobile .butoes a i {
        font-size: 16px;
        color: #FFFFFF;
    }
    .menuMobile a.carrinho span {
        background-color: #E9B280;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .control-altura-menu {
        height: 50px;
    }

    .subscrever {
        padding: 30px 10px;
        text-align: center;
    }
    .subscrever .col-50 {
        width: 100%;
    }
    .subscrever .sub-titulo {
        margin-bottom: 10px;
    }


    .footer {
        padding: 30px 0 0 0;
    }
    .footer-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    .footer .col-20 {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .col-20:last-child {
        border-top: 1px solid #000000;
        width: 100%;
        text-align: center;
        padding-top: 30px;
        margin-bottom: 0;
    }
    .footer .contactos {
        padding: 0 10px;
    }
    .footer .contactos .col-50 {
        width: 100%;
    }

    .footer .contactos .morada {
        border-right: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-top: 10px;
    }
    .footer .contactos span {
        text-align: center;
    }

    .footer .contactos .apoios {
        justify-content: center;
        padding-bottom: 10px;
    }

    .creditos {
        padding: 25px 10px;
    }
    .creditos .col-30, .creditos .col-70 {
        width: 100%;
        text-align: center;
    }
    .creditos .col-70 {
        margin-bottom: 5px;
    }

    .material-scrolltop {
        right: 10px;
        bottom: 10px;
    }
    .material-scrolltop.reveal {
        width: 35px;
        height: 35px;
    }

    .page-title{
        padding: 30px 10px;
    }
    .page-title h1 {

        font-size: 40px;
    }
    .page-title .intro {
        font-size: 14px;
    }

    .home-banner {
        padding: 0 10px;
    }
    .home-banner h2 {
        font-size: 40px;
    }
    .home-banner h3 {
        font-size: 18px;
    }
    .home-banner .btn {
        font-size: 20px;
    }


    .carrinho-compras {
        width: 500px;
        margin-right: -500px;
    }
    .carrinho-compras .produtos .item {
        flex-wrap: wrap;
        height: auto;
    }
    .carrinho-compras .produtos .item .imagem {
        width: 40%;
        float: left;
    }
    .carrinho-compras .produtos .item .info {
        width: 60%;
        float: left;
        padding-left: 20px;
        text-align: right;
    }
    .carrinho-compras .produtos .item .info .minus-plus {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }
    .carrinho-compras .produtos .item .price {
        width: 100%;
        float: left;
        text-align: right;
        display: block;
    }
    .carrinho-compras .produtos .item .price .btn_remove_cart {

        float: left;
    }
    .carrinho-compras .produtos .item .price .product-price {
        float: right;
    }

    .modal-content {
        padding: 20px 15px;
        width: 95%;
    }
    .modal .col-35, .modal .col-45, .modal .col-65 {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

}

@media only screen and (max-width: 499px) {

    body {
        min-width: 100%;
    }
    .contend {
        width: 100%;
    }

    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;

    }

    .linha-topo-menu {
        display: none;
    }

    .menuMobile {
        display: block;
    }

    .menuMobile {
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 50px;
        display: block;
        padding: 15px 10px;
        background-color: rgba(0,0,0,0.9);
        box-shadow: 0 3px 2px -2px #D69E71;
    }
    .menuMobile .logotipo {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 100;
    }
    .menuMobile .logotipo img {
        max-height: 30px;
    }
    .menuMobile .butoes {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
    .menuMobile .butoes a {
        font-size: 16px;
        color: #FFFFFF;
    }
    .menuMobile .butoes a i {
        font-size: 16px;
        color: #FFFFFF;
    }
    .menuMobile a.carrinho span {
        background-color: #E9B280;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .control-altura-menu {
        height: 50px;
    }


    .subscrever {
        padding: 30px 10px;
        text-align: center;
    }
    .subscrever .col-50 {
        width: 100%;
    }
    .subscrever .sub-titulo {
        margin-bottom: 10px;
    }


    .footer {
        padding: 30px 0 0 0;
    }
    .footer .col-20 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }


    .footer .contactos {
        padding: 0 10px;
    }
    .footer .contactos .col-50 {
        width: 100%;
    }

    .footer .contactos .morada, .footer .contactos .apoios {
        height: auto;
    }

    .footer .contactos .morada {
        border-right: none;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-top: 10px;
    }
    .footer .contactos span {
        height: auto;
        line-height: initial;
        text-align: center;
        margin: 10px 0 20px 0;
    }
    .footer .contactos .apoios {
        flex-direction: column;
    }
    .footer .contactos .apoios img {
        margin: 10px 0;
    }

    .creditos {
        padding: 25px 10px;
    }
    .creditos .col-30, .creditos .col-70 {
        width: 100%;
        text-align: center;
    }
    .creditos .col-70 {
        margin-bottom: 5px;
    }

    .material-scrolltop {
        right: 10px;
        bottom: 10px;
    }
    .material-scrolltop.reveal {
        width: 35px;
        height: 35px;
    }

    .page-title{
        padding: 30px 10px;
    }
    .page-title h1 {

        font-size: 40px;
    }
    .page-title .intro {
        font-size: 14px;
    }


    .home-banner {
        padding: 0 10px;
    }
    .home-banner h2 {
        font-size: 40px;
    }
    .home-banner h3 {
        font-size: 18px;
    }
    .home-banner .btn {
        font-size: 20px;
    }


    .carrinho-compras {
        width: 320px;
        margin-right: -320px;
    }
    .carrinho-compras .title span:nth-child(1) {
        font-size: 22px;
    }

    .carrinho-compras .produtos .item {
        flex-wrap: wrap;
        height: auto;
    }
    .carrinho-compras .produtos .item .imagem {
        width: 38%;
        float: left;
    }
    .carrinho-compras .produtos .item .info {
        width: 62%;
        float: left;
        padding-left: 20px;
        text-align: right;
    }
    .carrinho-compras .produtos .item h3 {
        font-size: 18px;
    }
    .carrinho-compras .produtos .item .info .minus-plus {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }
    .carrinho-compras .produtos .item .price {
        width: 100%;
        float: left;
        text-align: right;
        display: block;
    }
    .carrinho-compras .produtos .item .price .btn_remove_cart {
        float: left;
    }
    .carrinho-compras .produtos .item .price .product-price {
        float: right;
    }
    .carrinho-compras .produtos .item .price .btn_remove_cart {
        font-size: 20px;
    }
    .carrinho-compras .produtos .item .price .product-price {
        font-size: 20px;
    }
    .carrinho-compras .finalizar-carrinho .total-title {
        font-size: 22px;
    }
    .carrinho-compras .finalizar-carrinho .total-valor {
        font-size: 22px;
    }
    .carrinho-compras .finalizar-carrinho .btn_finalizar {
        padding: 10px 15px;
        font-size: 20px;
    }



    .modal-content {
        padding: 20px 15px;
        width: 95%;
    }
    .modal .col-35, .modal .col-45, .modal .col-65 {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

}