/* Reset */
* {margin: 0; padding: 0;border: none; outline: none;}
a {text-decoration: none; cursor: pointer;}
ul {list-style: none;}

html, body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1c2a35;
}

h1 {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #333;
    margin: 0px;
}

h2 {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #bc9c69;
    margin: 0px;
    line-height: 18px;
}

.small, small {
    font-size: 90%;
}

a {
    color: #1c2a35;
    text-decoration: none;
}

.container-padding {
    padding: 60px 15px;
}

a:hover {
    text-decoration: none;
    color: #1c2a35;
}

.form-control:focus {
    border-color: initial;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline:none !important;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
}

.container-adjust {
    margin-top: 68px;
    padding: 40px 15px;
}

/* esta table é para apagar quando meter o shopping cart responsive*/
table {
    font-size: 14px;
}

.icons-text {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0px;
}

.icons {
    font-size: 32px;
    color: #333;
}

.remove_col_padding {
    padding: 0px;
}

.dropdown-menu-top {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 0;
    margin: 2px -96px 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: rgb(30, 41, 51);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bold {
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #1c2a35;
    border-color: #1c2a35;
}

.btn-light {
    color: #333;
    background-color: #f4f4f4;
    border-color: #f4f4f4;    
}

.btn-light:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.btn-long {
    width: 260px;
}

.btn-long {
    color: #333;
    background-color: #fff;
    border-color: #1c2a35;    
}

.btn-danger {
    color: #333;
    background-color: #bc9c69;
    border-color: #bc9c69;
}

.btn-long:hover {
    background-color: #f4f4f4;   
}

.btn-long a:hover {
    color: #1c2a35;
    text-decoration: none;
}

.btn-danger:hover {
    color: #fff;
    background-color: #bc9c69;
    border-color: #bc9c69;
}

.btn-long.active.focus, .btn-long.active:focus, .btn-long.active:hover, .btn-long:active.focus, .btn-long:active:focus, .btn-long:active:hover, .open>.dropdown-toggle.btn-long.focus, .open>.dropdown-toggle.btn-long:focus, .open>.dropdown-toggle.btn-long:hover,
.btn-long.focus, .btn-long:focus,
.btn-long.active, .btn-long:active, .open>.dropdown-toggle.btn-long {
    color: #fff;
    background-color: #bc9c69;
    border-color: #bc9c69;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover,
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #bc9c69;
    border-color: #bc9c69;
}

.btn-danger.focus, .btn-danger:focus {
    color: #333;
    background-color: #bc9c69;
    border-color: #bc9c69;    
}

.header-desktop-wrapper {
    display: none;
}

.header-mobile-wrapper {
    display: block;
}

.m-menu {
    font-weight: bold;
    font-size: 13px;
}

.navbar-wrapper {
    width: 100%;
    height: 70px;
    position: fixed;
    margin-top: 34px;
    top: 0;
    left: 0;
    background-color: rgba(32, 33, 33, 0.7);
    z-index: 1000;

    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.08);
}

#nav-icon4 {
    margin: 5px 0;
    width: 60px;
    height: 60px;
    /* position: relative; */
    float: left;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 44%;
    margin: 0 28%;
    background: #bc9c69;
    border-radius: 2px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 30px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 38px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 5px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 38px;
    left: 4px;
}

.main-logo {
    height: 70px;
    width: 132px;
    margin: 0 auto;
    cursor: pointer;
    background-image: url(../images/main-logo.svg);
    background-size: 100%;
    background-position-y: 50%;
    background-position-x: 0%;
    background-repeat: no-repeat;
}

.mobile-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    top: 104px;
    bottom: 0;
    padding-bottom: 60px;
    display: none;
}

.mobile-menu-content {
    padding:0;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-left: 0px;
    border-right: 0px;
}

.main-bg-image {
    background-image: url('../images/bg-001.jpg');
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.list-group-item-success {
    background-color: #ffffff;
}

a.list-group-item-success, button.list-group-item-success {
    color: #333;
    /* font-weight: 600; */
}

.list-group-item {
    padding: 18px 15px;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #333;
    background-color: #e2e2e2;
}

.footer-wrapper {
    width: 100%;
    padding: 40px 15px;
    background-color: #202121;
    color: #bc9c69;
}

.footer-links {
    text-align: center;
    font-size: 14px;
}

.footer-links a {
    color: #bc9c69;
}

.img-produto {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 108%;
}

.info-wrapper {
    width: 100%;
    margin: 0 0 70px 0;
    padding: 8px 0 0 0;
}

.info-wrapper {
    width: 100%;
    padding: 8px 0 0 0;
}

.nome-produto {
    margin: 10px 0 10px 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.nome-produto-ind {
    margin: 10px 0 10px 0;
    font-weight: bold;  
}

.descricao_produto {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    margin: 0 0 8px 0;
    line-height: 22px;
}

.descricao-produto-ind {
    margin: 0 0 8px 0;
    line-height: 22px;
}

.live-chat {
    position: fixed;
    width: 140px;
    height: 34px;
    line-height: 34px;
    bottom: 0;
    right: 34px;
    z-index: 100;
    background-color: #00a3ae;
    color: #fff;
    text-align: center;
    font-weight: bold;

    border-radius: 17px 17px 0px 0px;
    -moz-border-radius: 17px 17px 0px 0px;
    -webkit-border-radius: 17px 17px 0px 0px;
    border: 0 solid #fff;
}

.live-chat a{
    color: #fff;
}

.live-chat a:hover {
    text-decoration: none;
}

.p-cat {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.delete-product {
    font-size: 13px;
}

.multibanco_btn {
    width: 80px;
    padding-bottom: 80px;
    background-image: url(../images/multibanco.png);
    background-size: contain;
    background-position-y: 0px;
    background-position-x: 50%;
    background-repeat: no-repeat;
    float: left;
}

.paypal_btn {
    width: 80px;
    padding-bottom: 80px;
    margin: 0 20px;
    background-image: url(../images/paypal.png);
    background-size: contain;
    background-position-y: 0px;
    background-position-x: 50%;
    background-repeat: no-repeat;
    float: left;
}

.m-menu {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: uppercase;    
}

.top-line {
    height: 34px;
    background-color: #bc9c69;
    position: fixed;
    top: 0;
    z-index: 100;
}

.novo-registo-btn {
    float: right;
    border-left: 1px solid #8a734e;
    line-height: 32px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
}

.novo-registo-btn:hover {
    text-decoration: none;
    color: #1c2a35;
}

.entrar-btn {
    float: right;
    border-left: 1px solid #8a734e;
    line-height: 32px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 700;
}

.entrar-btn:hover {
    text-decoration: none;
    color: #1c2a35;
}

.form-control {
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #bc9c69;
    height: 34px;
}

.qty-plus,
.qty-minus {
    margin: 0 4px;
    font-size: 18px;
    cursor: pointer;
}

.cart-trash-container {
    text-align: center;
}

.cart-trash {
    color: #c5c5c5;
    cursor: pointer;
    font-size: 16px;
}

.cart-trash:hover {
    color: #e82929;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 6px 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: initial;
    border-radius: 10px;
}

.total-cart-header {
    display: inline-block;
    min-width: 10px;
    padding: 6px 2px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;   
}

/* **************************** Cart ********************************* */

.product-name-cart {
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 18px;
    font-weight: 700;
    color: #bc9c69;
    width: 100%;
}

.preco-unit-cart {
    font-size: 12px;
    margin-top: 10px;
}

.preco-total-cart {
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}

.btn-delete-cart,
.btn-plus-cart,
.btn-minus-cart {
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.item-count {
    width: 100%;
    text-align: center;
}

.btn-delete-cart {
    margin-top: 10px;
    color: #1c2a35;
}

/* **************************** End Cart ****************************** */

/* ************************************************************************** */
@media screen and (min-width: 460px) {/* ************************************ */
/* ************************************************************************** */
    
    .tour-flash-wrapper {
        width: 48%;
        margin: 1%;
        float: left;
    }

    .nome-produto {
        -webkit-line-clamp: 1;
        height: 18px;
    }

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 768px) {/* ************************************ */
/* ************************************************************************** */


/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 980px) {/* ************************************ */
/* ************************************************************************** */

    .header-mobile-wrapper {
        display: none;
    }
    
    .header-desktop-wrapper {
        display: block;
    }

    .navbar-wrapper {
        height: 90px;
    }
    
    .navbar {
        min-height: 74px;
        margin-bottom: 0px;
        border-radius: 0px;
    }
    
    .navbar-default {
        background-color: rgba(0,0,0,0.0);
        border: none;
    }
    
    .navbar-nav>li>a {
        padding: 35px 20px;
    }
    
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #bc9c69;
        background-color: transparent;
        opacity: 1;
    }
    
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>.active>a {
        color: #bc9c69;
        letter-spacing: 0.5px;
        font-size: 13px;
        opacity: 0.9;
        font-weight: 700;
    }
    
    .navbar-default .navbar-nav>.active>a {
        background-color: #333;
        box-shadow: inset 0 -5px 0 #de6800;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: initial;
    }
    
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: initial;
        box-shadow: inset 0 -5px 0 #e0e0e0;
    }
    
    .dropdown-menu>li>a {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
    }
    
    .dropdown-menu>li>a:hover {
        color: #b9b9b9;
        background-color: rgba(0,0,0,0.0);
    }

    .main-logo {
        height: 80px;
        width: 200px;
        cursor: pointer;
        background-image: url(../images/main-logo.svg);
        background-size: 100%;
        background-position-y: 50%;
        background-position-x: 0%;
        background-repeat: no-repeat;
        margin: 5px 0 0 15px;
        float: left;
    }

    .container-adjust {
        margin-top: 106px;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 992px) {/* ************************************ */
/* ************************************************************************** */
    
    .inner-wrapper {
        width: 920px;
        margin: 0 auto;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1200px) {/* *********************************** */
/* ************************************************************************** */    
    
    .inner-wrapper {
        width: 980px;
    }
    
    .container {
        width: 980px;
    }

    .nome-produto {
        -webkit-line-clamp: 2;
        height: 36px;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1900px) { /* ********************************** */
/* ************************************************************************** */



/* ************************************************************************** */
} /* ************************************************************************ */
/* ************************************************************************** */

#rudr_instafeed{
  list-style:none  
}
#rudr_instafeed li{
  float:left;
  width:200px;
  height:200px;
  margin:10px
}
#rudr_instafeed li img{
  max-width:100%;
  max-height:100%;
}