/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
    display: none !important;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/Light/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans/Light/OpenSans-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/Italic/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans/Italic/OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/Regular/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans/Regular/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/Bold/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans/Bold/OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0px;
}

html {
    font-family: 'Open Sans', sans-serif;
    background-color: #ebedef !important;
    /*the footer color*/
}

body {
    background: #ffffff;
    margin: 0;
    height: 100%;
    color: #384452;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.container-full {
    padding: 100px 20px 50px;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    color: #384452;
    margin-top: 10px;
}

a {
    color: #d13138;
}

.form-control {
    font-family: 'Open Sans', sans-serif;
}

.navbar-lg {
    min-height: 80px;
}

.navbar .navbar-nav li a {
    font-weight: normal;
}

.navbar-toggle {
    border: medium none;
    color: #34495e;
    height: 53px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    line-height: 53px;
    margin: 0 0 0 21px;
    padding: 0 21px;
}


/*
.navbar-toggle-search {
    border: medium none;
    color: #34495e;
    height: 53px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    line-height: 53px;
    margin: 0 0 0 21px;
    padding: 0 21px;
}
*/

.navbar-toggle::before {
    -moz-osx-font-smoothing: grayscale;
    color: #16a085;
    font-family: 'FontAwesome';
    content: '\f002';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    transition: color 0.25s linear 0s;
}


/*.navbar-default {
 
    background-color: #ebedef;
    font-family: 'Open Sans', sans-serif;
    }

.navbar .navbar-nav li a {
    color: #717171;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    background-color: transparent;
    color: #d13138;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
}

.navbar .navbar-nav .active {
    color: #d13138 !important;
    font-weight: bold;
    border-bottom: 3px solid #d13138;
    transition: all 0.2s ease-out 0s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #d13138 !important;
}*/

.navbar-lg .navbar-brand {
    height: 70px;
    line-height: 1;
    padding-bottom: 26px;
    padding-top: 18px;
}


/*
.affix {
    padding: 0px;
    -webkit-transition: padding 0.5s linear;
    -moz-transition: padding 0.5s linear;
    -o-transition: padding 0.5s linear;
    transition: padding 0.5s linear;
}

.affix-top {
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}
*/

.inline {
    display: inline;
}

.owl-carousel .item {
    background: #4dc7a0 none repeat scroll 0 0;
    height: 300px;
    padding: 5px;
    border-right: 5px dashed #777;
    line-height: 200px;
    font-size: 44px;
}

.badge {
    border-radius: 10px;
}

.badge-notify {
    background: #d13138;
 /*   background-color: rgba(209, 49, 56, 0.8);*/
    background-color: rgba(91, 192, 222, 0.8);
    position: relative;
    top: -10px;
    left: -10px;
    font-size: 10px;
    padding: 2px 7px;
}

.badge-notify-preferiti {
    background: #2ecc71;
    background-color: rgba(46, 204, 116, 0.8);
    position: relative;
    top: -10px;
    left: -10px;
    font-size: 10px;
    padding: 2px 7px;
}

.badge-notify-compact {
    background: rgba(91, 192, 222, 0.8) none repeat scroll 0 0;
    font-size: 10px;
    left: 20px;
    padding: 2px 7px;
    position: relative;
    top: -40px !important;
}

.badge-emptycart {
    background-color: rgba(66, 66, 66, 0.8);
    position: relative;
    top: -10px;
    left: -10px;
    font-size: 10px;
    padding: 2px 7px;
}


/* ========== titsec ========== */

.titsec:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 2px 5px 0 0px;
    font-weight: bold;
    /*    font-size: 1.5em;*/
    color: #d13138;
}

.titsec {
    font-size: 1.5em;
    margin: 0 0 35px;
    padding: 5px;
    border-bottom: 2px #f1f1f1 dashed;
    color: #717171;
    padding: 0 0 5px 0;
}

.titsec p {
    color: #717171;
    padding: 0;
    margin: 0;
}

.btn-circle {
    border-radius: 15px;
    font-size: 15px;
    height: 30px;
    line-height: 1.42857;
    padding: 2px 2px 2px 1px;
    text-align: center;
    width: 30px;
}

.email {
    background: #2196f3 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 2;
    padding: 5px 10px;
}

.forceawaked.uno {
    /*    color: #F00 !important;*/
    color: #e74c3c !important;
}

.forceawaked.due {
    /*    color: #F90 !important;*/
    color: #f1c40f !important;
}

.forceawaked.tre {
    /*    color: #FF0 !important;*/
    color: #3498db !important;
}

.forceawaked.quattro {
    color: #1abc9c !important;
    /*color: #9F0 !important;*/
}

.forceawaked.cinque {
    color: #2ecc71 !important;
    /* color: #0F0 !important;*/
}

.aform {
    width: 100%;
    max-width: 400px;
    padding: 20px 10px;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto 0;
    left: 0;
    right: 0;
}

.acol {
    margin-bottom: 20px;
}


/* ========== apanel ========== */

.apanel {
    border-radius: 4px;
    border: 2px solid #ddd;
    padding: 15px;
    float: left;
    width: 100%;
    color: #717171;
    margin-top: 15px;
}

.apanel .title:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 2px 5px 0 0px;
    font-weight: bold;
    font-size: 1.2;
    color: #d13138;
}

.apanel .title {
    float: left !important;
    font-size: 1.2em;
    color: #717171;
}

.apanel p {
    float: left !important;
    clear: both;
    color: #717171;
    margin-bottom: 0;
    width: 100%;
}

.apanel .linkupdate {
    float: right !important;
    background-color: #fff;
    border: 2px solid #d13138;
    border-radius: 3px;
    color: #d13138;
    padding: 2px 5px;
}

.apanel .linkupdate:hover {
    background-color: #d13138;
    border: 2px solid #d13138;
    color: #fff !important;
    cursor: pointer;
}

.apanel .linkupdate:hover > a {
    color: #fff !important;
}


/* ========== helpsec ========== */

.helpsec {
    background: #fbfbfb;
    border: 2px #f1f1f1 dashed;
    padding: 10px;
    padding: 15px 20px 5px;
    margin-top: 45px;
}

.helpsec > ul {
    list-style: outside none none;
}

.helpsec > ul > li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 2px 5px 0 0px;
    font-weight: bold;
    font-size: 12px;
    color: #d13138;
}

.helpsec > ul > li {
    color: #717171;
    font-size: 13px;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 2px;
}

.aalert {
    padding: 10px 20px 20px;
    border-radius: 4px;
    color: white;
    margin-bottom: 15px;
}

.aerror {
    background-color: #f44336;
}

.asuccess {
    background-color: #4caf50;
}

.ainfo {
    background-color: #2196f3;
}

.awarning {
    background-color: #ff9800;
}


/* ========== scroll-top-wrapper ========== */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    /* background-color: #777777;*/
    background-color: rgba(119, 119, 119, 0.6);
    color: #eeeeee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    bottom: 30px;
    /*  padding-top: 2px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.cookies {
    text-align: center;
    min-height: 100px;
    color: #fff;
    padding: 10px 15px;
    background-color: rgba(100, 100, 100, 0.9);
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%
}

.nocookies {
    text-align: center;
    min-height: 100px;
    color: #fff;
    padding: 10px 15px;
    background-color: rgba(209, 49, 56, 0.8);
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%
}

.nolocalstorage {
    text-align: center;
    min-height: 100px;
    color: #fff;
    padding: 10px 15px;
    background-color: rgba(209, 49, 56, 0.8);
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%
}

.cartinfo {
    color: #fff;
    background-color: rgba(100, 100, 100, 0.8);
    /*background-color: rgba(26, 188, 156, 0.9);*/
    /*    background-color: rgba(52, 152, 219, 0.9);*/
    /* background-color: rgba(229, 239, 234, 0.7);*/
    /*background-color: rgba(121, 187, 213, 0.9);*/
    /*    background-color: rgba(241, 196, 15, 0.9);*/
    /*    color: #555;*/
    /*    background: #f7f9fa;*/
    position: fixed;
    top: 80px;
    width: 100%;
    text-align: center;
    z-index: 9999;
    /*  line-height: 26px;*/
    /*   border-top: 10px solid #2ecc71;*/
}

.slideable p {
    color: #fff;
    /*color: #555;*/
    padding: 5px 10px;
}

.abreadcrumb {
    padding: 9px 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    background-color: #f3f4f5;
    border-radius: 6px;
    list-style: none;
}

.abreadcrumb > ul {
    list-style: outside none none;
}

.abreadcrumb > li {
    display: inline-block;
}

.abreadcrumb > li::after {
    color: #bdc3c7;
    font-family: 'FontAwesome';
    content: '\f054';
    display: inline-block;
    font-size: 9.75px;
    margin: -4px 9px 0 13px;
    vertical-align: middle;
}

.abreadcrumb > li:last-child:after {
    content: '';
}