Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/design/frontend/Magento/forst-trento/web/css/source/
Upload File :
Current File : //home/rtorresani/www/app/design/frontend/Magento/forst-trento/web/css/source/_website.less

@website-text-color: #f3f5eb;
@website-background: #68710e;
@website-second-color: #68710e;

@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

body {
    font-family: 'Cairo', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}




h2 {
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
}
h4 {
    color: @website-second-color;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 25px;
}
div.primary {
    margin-top: 40px;
}
.page-main {
    padding-top: 30px;
}
.page-header {
    .panel.wrapper {
        background-color: @website-background;
        color: @website-text-color;
    }
}
.page-header {
    background-color: @website-background;
}
.header-contatti {
    > li {
        a {
            &,
            &:focus,
            &:hover {
                color: @website-text-color;
            }
        }
    }
}
.header.panel {
    > .header.links {
        &:before {
            color: @website-text-color;
        }
        > li {
            > a {
                color: @website-text-color;

                &:visited,
                &:focus,
                &:hover {
                    color: @website-text-color;
                }
            }
        }
    }
}
.wishlist-custom {
    &:before {
        color: @website-text-color;
    }
}
.minicart-wrapper {
    .action.showcart {
        &:before {
            color: @website-text-color!important;
        }
        &.active {
            &:before {
                color: @website-text-color!important;
            }
        }
    }
}
& when (@media-common = false) {
    .header-wrapper-right {
        > .header.links {
            &:before {
                color: @website-text-color!important;
            }
            li {
                color: @website-text-color;
                a {
                    &,
                    &:hover,
                    &:active,
                    &:focus,
                    &:visited {
                        color: @website-text-color;
                    }
                }
            }
        }
    }
}
.page-footer {
    .text-primary, .text-primary:visited, .text-primary.alink:visited {
        color: @website-text-color;
    }
}
.header_promo {
    background-color: @website-second-color;
}
.wishlist-custom .counter.qty,
.minicart-wrapper .action.showcart .counter.qty {
    background: @website-second-color;
}
.customer-welcome ul {
    background: @website-second-color;
}
.primary > a,
a.primary, a.action.primary,
.action.primary, .action-primary {
    border-radius: 50px;
    background: @website-second-color;
    border: @website-second-color;
}
.primary > a:hover,
a.primary:hover, a.action.primary:hover,
.action.primary:hover, .action-primary:hover {
    background: #dd7900;
    border: #dd7900;
}
.nav-toggle:before {
    color: @website-second-color;
}
@media screen and (max-width: 600px) {
    .logo {
        max-width: 220px
    }
    .table-checkout-shipping-method tbody tr {
        border-top: 1px solid #cccccc;
    }
    .table-checkout-shipping-method tbody td {
        border-top: none;
    }
}