/** ROOT **/
:root {
    --color-green: #00a835;
}

/** Custom CSS **/

.bg-header {
    background-image: url( '../img/bg-gray-meetab.jpg' );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 60px;
    padding: 90px 0;
    text-align: center;
}

.bg-header h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 20px;
}

.tags-icon {
    margin: 20px 0;
}

.tags-icon img {
    margin-right: 20px;
    max-width: 80px !important;
}

#footer ul li a {
    padding-left: 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

#footer ul li a:before {
    display: none;
}

.page-product  #wrapper,
.page-category #wrapper {
    padding-top: 0;
}

#wa-cloud .shadow-0 {
    align-items: center;
    bottom: 4px;
    color: #fff;
    display: flex;
    font-size: 29px;
    font-weight: lighter;
    height: 50px;
    justify-content: center;
    margin: 60px 12px;
    padding: 0;
    position: absolute;
    width: 50px;
}

ol.num {
    position: relative;
    list-style: none;
    counter-reset: index;
    margin-left: 20px;
}

ol.num li {
    padding: 10px;
    counter-increment: index;
}

ol.num li:before {
    position: absolute;
    display: inline-block;
    left: -20px;
    content: counter(index);
    margin-right: 60px;
    padding: 5px 10px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #00a835;
    line-height: 30px;
    font-weight: 600!important;
    text-align: center;
}

ol.num-2 {
    counter-reset: index 4;
}

.visto img {
    max-width: 100%;
    max-height: 60px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.visto img:hover {
    filter: none;
}

ul.circle {
    padding-left: 0;
    list-style: none;
}

ul.circle li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #00a835;
}

ul.caret {
    list-style: none!important;
}

ul.caret li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    padding-right: 20px;
    color: #00a835;
}


/** PRODUCT **/

.product-container h2 {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #232323;
}

.thumbnail-container .button-add-to-cart .add-to-cart, .page-product button.add-to-cart {
    font-size: 14px;
    border: 2px solid #00a835;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn {
    padding: .5rem 1.3rem;
    border-radius: 0;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
}

.product-information {
    color: #232323;
}

/** ARCHIVE **/

.product-description-short {
    max-width: 200px;
    margin: auto;
    font-size: 14px;
    line-height: 1.5;
    max-height: 62px;
    overflow: hidden;
}

.page-category .product-price {
    color: #232323;
    font-weight: 600!important;
    text-align: center;
    font-size: 16px!important;
}

.btn-product-list {
    font-size: 14px;
    border: 2px solid var(--color-green);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600!important;
}


.product-functional-buttons.product-functional-buttons-bottom {
    display: none !important;
}

/** CART & CHECKOUT **/

.cart-content-btn a.btn:hover {
    background-color: var(--color-green);
    color: white;
    border-color: var(--color-green);
}

.cart-content-btn button.btn {
    background-color: white;
    color: var(--color-green);
    border-color: var(--color-green);
}
