@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin-bottom: 179px;
}
.logo {
    display: block;
    margin: 10px 0px 20px;
    font-family: "Poiret One", cursive;
    font-size: 35px;
}

/*
|--------------------------------------------------------------------------
| LOVE BOX
|--------------------------------------------------------------------------
*/
.love-box-cont {
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 90%;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #F80F48;
}
.love-box-cont h1:first-of-type,
.love-box-cont h2:first-of-type,
.love-box-cont h3:first-of-type,
.love-box-cont h4:first-of-type {
    margin: 0;
}
.love-box-cont code {
    color: #ffffff;
    background-color: #c40b36;
}
.love-box-cont .fa-heart {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    font-size: 40px;
}
.swpp-love-box {
    background-color: #E43F3B;
}
.mcl-love-box {
    background-color: #CF353F;
}

/*
|--------------------------------------------------------------------------
| DISPONIBILITA' PRODOTTI
|--------------------------------------------------------------------------
*/
.swpp-prodotto-non-disponibile {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: rgba(118, 29, 33, .9) url("/cms-contents/uploads/business-profile.png?v=1") 50% 20% no-repeat;
    background-size: 50%;
}
.swpp-prodotto-non-disponibile:after {
    margin-top: 60%;
    color: #ffffff;
    display: block;
    content: 'NON DISPONIBILE';
    position: relative;
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
    padding: 0 15px;
}
.gallery-item .swpp-prodotto-non-disponibile {
    background-position: 50% 20%;
}
.gallery-item .swpp-prodotto-non-disponibile:after {
    font-size: 10px;
}

/*
|--------------------------------------------------------------------------
| VARIABILITA' PRODOTTO
|--------------------------------------------------------------------------
*/
.variabilità-prodotto {
    color: #999;
    font-size: 10px;
}

/*
|--------------------------------------------------------------------------
| UTILITY CLASS
|--------------------------------------------------------------------------
*/
.btn-custom.yellow {
    background-color: #f7941e;
    border-color: #f7941e;
    border-radius: 0px;
    color: #fff;
}
.btn-custom.yellow:hover {
    color: #232629;
}
.bg-yellow {
    background: #f7941e;
    color: #fff;
}
.container .col-md-9{
    width:100%;
}
.text-yellow {
    color: #f7941e;
}
.btn-custom.black {
    background-color: #232629;
    border-color: #232629;
    border-radius: 0px;
    color: #fff;
}
.bg-black {
    background: #232629;
    color: #fff;
}
.text-black {
    color: #232629;
}
.gray {
    background: #eee;
}

/*
|--------------------------------------------------------------------------
| RESET
|--------------------------------------------------------------------------
*/
.btn {
    border-radius: 0px;
}
.jumbotron {
    margin-top: 15px;
    background-color: #f9f9f9;
}
.form-control {
    border-radius: 0;
    border:none;
    border-bottom:1px solid #CCC;
    box-shadow:none;
}
.form-control:focus {
    border-color:#f7941e;
    outline-color:#f7941e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(253, 185, 57, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(253, 185, 57, 0.6);
}
.dropdown-menu li:hover {
    background-color: #efefef;
}
.thumbnail,
.img-thumbnail {
    border-radius: 0;
}
a {
    color: #f7941e;
}
a:hover, a:focus {
    color: #232629;
    text-decoration: none;
}
.page-descr a:hover, .page-descr a:focus {
    text-decoration: underline;
}
.toolbar-links {
    margin-bottom: 0px;
}
.btn-buy i {
    font-size: 20px;
    margin-left: 10px;
}
.price-label {
    color: #54b744;
    display: block;
    margin-bottom: 10px;
}

/*
|--------------------------------------------------------------------------
| DP-CANILE
|--------------------------------------------------------------------------
*/
.dp-canile-cont {
    margin: 0 auto 20px;
    text-align: center;
}
.product-description .dp-canile-cont {
    margin: -20px 0 20px;
    padding: 10px 0 20px;
    max-width: none;
    background: #f9f9f9;
}
.dp-canile-title {
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    background: yellow;
    line-height: 40px;
    font-weight: 700;
    transform: rotate(-3deg);
    text-transform: uppercase;
}
.dp-canile-descr {
    margin-top: 10px;
}
.dp-canile-counter {
    margin: 15px 0;
}
.dp-canile-name {
    padding: 4px 8px;
    background: yellow;
}

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/
.left-toolbar {
    margin-top: 20px;
}
.lang-list {
    margin-top: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.lang-list li.lang-flag a {
    color: #9ea6ad;
}
.lang-list li.lang-flag.active a {
    color: #232629;
}
.user-profile,
.cart-header {
    margin-top: 35px;
    font-weight: 300;
    font-size: 16px;
}
.user-profile a,
.cart-header a {
    color: #333;
    transition: all 0.2s linear 0s;
}
.user-profile a i,
.cart-header a i {
    font-size: 18px;
    margin-right: 10px;
}
.user-profile a span.total-cart,
.cart-header a span.total-cart {
    color: #f7941e;
    font-weight: bold;
}
.user-profile a:hover,
.cart-header a:hover {
    color: #f7941e;
    transition: all 0.2s linear 0s;
}

/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/
.navbar {
    margin: 20px 0px;
    padding: 0;
}
.navbar .navbar-collapse {
    padding: 0px;
}
.navbar .nav > li > a {
    transition: all 0.2s linear 0s;
    font-size: 18px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #f7941e;
    background: none;
    transition: all 0.2s linear 0s;
}
.navbar .nav > li.active,
.navbar .nav > li.active > a:hover {
    color: #f7941e;
    transition: all 0.2s linear 0s;
}

/*
|--------------------------------------------------------------------------
| BOOTSTRAP MENU / SUBMENU
|--------------------------------------------------------------------------
*/
/* Apertura menu all'Hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu > li > a {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 20px;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover {
    background-color: #f7941e;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
    min-width: 220px;
}
.dropdown-submenu > .dropdown-menu > .active > a,
.dropdown-submenu > .dropdown-menu > .active > a:hover,
.dropdown-submenu > .dropdown-menu > .active > a:focus {
    background: #f7941e;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #666666;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu.pull-left > .dropdown-menu > li > a {
    white-space: normal;
}
.navbar-header .navbar-toggle {
    border: 2px solid #FFF;
    transition: all 0.3s;
    margin: 0;
}
.navbar-header .navbar-toggle:hover {
    border: 2px solid #f7941e;
}
.navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #f7941e;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color: #FFF;
    transition: all 0.3s;
}
.dl-menuwrapper {
    z-index: 99;
    width: 100%;
}
.dl-menuwrapper button.dl-trigger {
    background-color: #f7941e;
}
.dl-menuwrapper .dl-menu, .dl-menuwrapper .dl-submenu {
    min-width: 260px;
    background-color: #f7941e;
}
.dl-menuwrapper li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald';
}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
    content: "";
}

/*
|--------------------------------------------------------------------------
| SIDEBAR
|--------------------------------------------------------------------------
*/
.menu-title {
    background: #54b744;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    padding: 12px 0px;
    margin-bottom: 0px;
}
.menu-sidebar {
    border: 1px solid #ddd;
    border-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-sidebar li a {
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    display: block;
}
.menu-sidebar li a:hover,
.menu-sidebar li a:focus {
    color: #ccc;
    text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
.footer-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 179px;
    margin-top: 20px;
}
.footer-cont .footer {
    min-height: 179px;
}
.footer {
    background-color: #232629;
    color: #fff;
    padding: 0px 20px;
}
.footer .footer-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.footer .footer-text {
    margin-top: 15px;
}
.footer-text a:hover {
    color: #f7941e;
    text-decoration: underline;
}


.footer .info-text {
    padding: 0px;
}
.info-footer {
    text-align: right;
}
.menu-footer {
    margin-top: 15px;
}
.menu-footer a {
    color:#f7941e;
}
.menu-footer li a {
    color: #666;
    display: block;
    padding: 2px 0px;
    font-size: 14px;
}
.menu-footer li a:before {
    content: ' - ';
}
.menu-footer li a:hover {
    color: #f7941e;
    text-decoration: underline;

}
.payment-list {
    margin-bottom: 15px;
}
.payment-list li span {
    font-size: 25px;
}

/*
|--------------------------------------------------------------------------
| RICERCA
|--------------------------------------------------------------------------
*/
.searchbar {
    max-width: 300px;
}

/** RICERCA AVANZATA **/
.adv-search .form-group {
    margin-right: 15px;
}
.adv-search .form-group label {
    margin-right: 10px;
}
.search-cont {
    margin: 10px auto;
    width: 260px;
}
.search-cont .form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 200px;
    float: right;
}
.search-cont .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.search-header {
    margin: 10px 0 15px;
    padding: 12px 0 14px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.search-header .search-results-label {
    font-weight: bold;
}
.search-header .search-results-terms:before,
.search-header .search-results-terms:after {
    content: '"';
}
.search-header .search-results-count-number {
    font-weight: bold;
}
.cat_description {
    margin-bottom: 30px;
}
.cat_description_brand {
    margin-bottom: 150px;
    position: relative;
}
/* .header_description {
    font-weight: bold;
} */
.cat_description_brand::before {
    content: '';
    display: block;
    padding-top: 20%;
}
.brand_profilo {
    border: 5px solid #fff;
    border-radius: 100px;
    height: 180px;
    margin: 0 auto;
    bottom: -90px;
    position: relative;
    width: 180px;
}


.not_found {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pagination {
    margin: 0 0 20px;
}
.pagination > .active > span, .pagination > .active > span:hover {
    background-color: #f7941e;
    border: 1px solid #f7941e;
}
.pagination > li > a, .pagination > li > a:hover {
    color: #f7941e;
}

/*
|--------------------------------------------------------------------------
| HOMEPAGE
|--------------------------------------------------------------------------
*/
.homepage .container_freewall > .item {
    padding:5px !important;
}
.bg-slider {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 620px;
    overflow: hidden;
}
#home-slider .item {
    min-height: 320px;
}
#home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
#home-slider .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    font-size: 30px;
}
#home-slider .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    font-size: 30px;
}
#home-slider a {
    color: #FFF;
}
#home-slider a:hover {
    color: #FFF;
}
#home-slider .home_slider_content {
    position: absolute;
    bottom: 20%;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 3px RGBA(0, 0, 0, 0.6);
    padding: 0 40px;
}
#home-slider .home_slider_content h2 {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#home-slider .home_slider_content p {
    font-size: 20px;
}
.slide-title {
    font-weight: bold;
    color: #232629;
    z-index: 11;
    font-size: 25px !important;
    margin-top: 15px;
}
.slide-descr {
    font-size: 18px;
    color: #232629;
    z-index: 11;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*
|--------------------------------------------------------------------------
| VETRINA
|--------------------------------------------------------------------------
*/
.portfolio {
    margin: 40px 0px;
}
.photoset-cell.highres-link {
    position: relative;
    overflow: hidden;
}
.photoset-cell.highres-link .portfolio-caption {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    background: #f7941e;
    padding: 18px;
}
.photoset-cell.highres-link:hover .portfolio-caption {
    background: #232629;
}
.step {
    margin: 20px 0px;
}
.step img {
    margin: 0 auto;
}
.step h5 {
    font-weight: bold;
    color: #232629;
    font-size: 16px;
    margin-top: 15px;
}
.step p {
    color: #232629;
    line-height: 24px;
    font-size: 16px;
}

/*
|--------------------------------------------------------------------------
| GALLERY
|--------------------------------------------------------------------------
*/
.gallery {
    margin: 20px 0px;
}
.gallery-item img {
    margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| TAGS
|--------------------------------------------------------------------------
*/
.tagcloud-cont {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.tagcloud {
    margin: 10px 0 0 20px;
}
.tag-link:hover {
    text-decoration: none;
}
.tag-link .label.label-default {
    background-color: #ffffff;
    color: #333333;
}
.tag-link:hover .label.label-default {
    background-color: #ebebeb;
}
.tag-link .label.label-primary {
    background-color: #428bca;
}
.tag-link:hover .label.label-primary {
    background-color: #3276b1;
}
.tag-link .label.label-success {
    background-color: #5cb85c;
}
.tag-link:hover .label.label-success {
    background-color: #47a447;
}
.tag-link .label.label-info {
    background-color: #5bc0de;
}
.tag-link:hover .label.label-info {
    background-color: #39b3d7;
}
.tag-link .label.label-warning {
    background-color: #f0ad4e;
}
.tag-link:hover .label.label-warning {
    background-color: #ed9c28;
}
.tag-link .label.label-danger {
    background-color: #d9534f;
}
.tag-link:hover .label.label-danger {
    background-color: #d2322d;
}

/*
|--------------------------------------------------------------------------
| VETRINE
|--------------------------------------------------------------------------
*/
/** Vetrina Prodotti e Categorie **/
.vetrina-prodotti .showcase-element {
    margin: 0px 10px 20px;
}
.grid-element .showcase-element {
    margin-bottom: 20px;
}
.vetrina-prodotti .owl-controls .owl-buttons div {
    top: 50%;
    width: 30px;
    height: 30px;
    padding: 7px 0 0;
    margin-top: -30px;
    position: absolute;
    color: #888;
    background: #ffffff;
    font-size: 16px;
    opacity: 1;
}
.vetrina-prodotti .owl-buttons .owl-prev {
    left: -60px;
}
.vetrina-prodotti .owl-buttons .owl-next {
    right: -60px;
}
.vetrina-prodotti .owl-pagination {
    margin-top: 10px;
}
.showcase-img {
    position: relative;
    margin-top : 30px;
    margin-bottom: 15px;
}
.showcase-img img {
    display: inline-block;
    max-height: 100%;
    text-align: center;
    margin: 0 auto;
}
.showcase-image-fallback {
    width: 100%;
    height: 270px;
    background-color: #efefef;
}
.showcase-element {
    margin-bottom: 20px;
}
.showcase-element h3 {
    margin-top: 0px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #666;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
}
.showcase-element h3 a {
    color: #232629;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.showcase-element:hover h3 a {
    color: #f7941e;
}
.showcase-element p {
    font-size: 15px;
    margin-bottom: 10px;
}
.showcase-element .price,
.showcase-element .price-disc {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    background: #f7941e;
    font-size: 15px;
    transition: all 0.2s linear 0s;
}
.showcase-element:hover .price,
.showcase-element:hover .price-disc {
    background-color: #232629;
    transition: all 0.2s linear 0s;
}
.showcase-element.product {
    min-height: 300px;
}
.mix .showcase-element h3 {
    height: 100px;
}
.gridded > li {
    float: none;
    width: 24.5%;
}
.product_banner {
	margin-top:30px;
	margin-bottom:60px;
}

/** CARRELLO **/
.showcase-element-list {
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.price-small {
    font-size: 18px;
    color: #888;
    font-weight: bold;
}
.price-large {
    font-size: 34px;
    color: #54b744;
    font-weight: bold;
}
.disponibilita span {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.quantity-label {
    padding-top: 8px;
    margin-bottom: 10px;
    font-weight: bold;
}
.quantity-wrapper {
    max-width: 150px;
}
.cart-content .btn {
    margin: 20px 0 50px;
    font-weight: bold;
    padding: 8px;
}
.cart-content .btn i {
    margin-left: 20px;
}

/** Elenco prodotti listati **/
.bordered-right {
    border-right: 1px solid #eee;
}
.padded-left {
    padding-left: 30px;
}
.showcase-element-list .showcase-img {
    height: 180px;
    line-height: 180px;
    border: 0px;
    margin-bottom: 0px;
}
.showcase-element-list h3 {
    margin-top: 15px;
}
.showcase-element-list h3 a {
    text-transform: uppercase;
    color: #54b744;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    display: block;
}
.showcase-element-list h3 a:hover {
    color: #444;
}
.showcase-element-list p {
    font-size: 15px;
    margin-bottom: 10px;
}

/** ECOMMERCE **/
.cont-acquista {
    position: relative;
    height: 180px;
}
.showcase-element form:after {
    clear: both;
}
.showcase-element-list .bg-green {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.product-information .cont-acquista {
    position: static;
    height: auto;
}
.mobile_showcase {
    margin: 20px 0;
    display: block;
    text-align: center;
}
.mobile_showcase .mobile_desc {
    background-color: #f7941e;
    color: #FFF;
    padding: 10px;
}

/*
|--------------------------------------------------------------------------
| CONTENUTI
|--------------------------------------------------------------------------
*/
.view-product {
    position: relative;
}
.product-details hr {
    border-top: 1px solid #ddd;
}
.product-price {
    font-weight: bold;
}
.product-details .price-disc {
    color: #232629;
    font-size: 18px;
}
.product-details .price-large {
    color: #f7941e;
    font-weight: 700;
    font-size: 26px;
}
.rrssb-buttons {
    margin-bottom: 30px;
}
.cart-content .disponibilita .text-success {
    color: #5db563;
}
.page-cont {
    margin-bottom: 25px;
}

.special_box{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	max-width:600px;
	font-weight:18px;
}

.page-title {
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    color: #f7941e;
    font-weight: 700;
    line-height: 32.5px;
    text-transform: uppercase;
}
.page-descr {
    color: #666;
    margin-top: 20px;
}
.breadcrumb {
    background: none;
    padding: 0px;
    color: #f7941e;
    margin-top: 10px;
}
.breadcrumb > .active {
    color: #f7941e;
}
.breadcrumb a {
    color: #232629;
}
.page-forms {
    margin: 22px 0 30px;
}
.page-forms .form-list li {
    margin: 4px 0px;
}
.page-forms .form-list li b {
    margin-right: 10px;
    color: #232629;
}
.page-forms .form-list li:hover b {
    color: #f7941e;
}
.nav-tabs {
    margin: 30px 0px;
}
.tab-content {
    margin-bottom: 30px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
    border: 1px solid #b30159;
    background-color: #b30159;
    color: #FFF;
}
.nav-tabs > li > a {
    margin-right: 5px;
    border: 1px solid #9d958a;
    background-color: #9d958a;
    color: #fff;
    border-radius: 0;
}

/* Sottopagine */
.page-childrens {
    margin-bottom: 20px;
}
.page-childrens .mix {
    display: none;
/* 		&:nth-child(4n+1) {
clear: both;
} */
}
.page-childrens .col {
    padding: 0 15px;
}
.category-filters {
    margin: 0px;
    margin-bottom: 30px;
    margin-left: 15px;
}
.category-filters > li.filter {
    padding: 10px 15px;
    background: #f7941e;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
}
.category-filters > li.filter.active {
    background: #232629;
}
.filtro-categorie {
    margin-bottom: 0;
}
.product-tools {
    margin: 0px;
}
.product-tools li {
    margin-right: 10px;
}
.product-tools li a {
    color: #666;
}
.product-tools li a:hover {
    color: #999;
}
.product-tools li a i {
    font-size: 20px;
    margin-right: 10px;
}

/** ECCEZIONE TAB PER SCHEDA PRODOTTO **/
.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:hover,
.product-tabs .nav-tabs > li.active > a:focus,
.product-tabs .nav-tabs > li > a:hover {
    border: 1px solid #54b744;
    background-color: #54b744;
    color: #FFF;
}
.tab-pane .page-forms h4 {
    display: none;
}
.product-description {
    margin: 15px 0px;
}
.config_button {
    display: block;
    margin: 10px 0;
    max-width: 180px;
    font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
*/
.form-cont {
    margin: 20px 0;
}
.form-cont .page-header {
    margin-top: 0;
}
.form-horizontal .form-actions {
    margin-left: -12px;
}

form .label-required:after {
    content: ' *';
    color: #840e0e;
}
.captcha-cont {
    display: block;
    margin-top: 4px;
}
.captcha-img {
    border: 1px solid #cccccc;
}
.alert {
    margin-top: 20px;
}

/*
|--------------------------------------------------------------------------
| NEWS
|--------------------------------------------------------------------------
*/
.news-element .padded-top {
    padding-top: 50px;
}
.news-element h2 {
    font-weight: 700;
    color: #666;
}
.news-element .news-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #b30159;
}
.news-element p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.page-news .page-header {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
.news {
    padding: 15px 0;
    margin-bottom: 10px;
}
.news.odd {
    padding-right: 15px;
}
.news.even {
    padding-left: 15px;
}
.news-header {
    padding: 15px 0;
}
.news-header .label {
    font-weight: normal;
    padding: .5em .8em .5em;
}
.news-header h1,
.news-header h2,
.news-header h3,
.news-header h4 {
    margin: 0;
}
.news-header a {
    color: #666666;
}
.news-header a:hover,
.news-header a:focus,
.news-header a:active {
    color: #333333;
    text-decoration: none;
}
.news-image,
.news-description {
    margin-top: 10px;
}
.news-readmore {
    margin-top: 15px;
}

/*
|--------------------------------------------------------------------------
| CREDITS
|--------------------------------------------------------------------------
*/
.credits {
    margin-top: 20px;
    color: #666666;
}
.credits a {
    color: #666666;
}

/*
|--------------------------------------------------------------------------
| SOCIAL ICONS
|--------------------------------------------------------------------------
*/
.social-list {
    margin: 30px 0px 15px;
}
.social-list li a {
    font-size: 30px;
    color: #888;
}
.social-list li a:hover {
    color: #fff;
}

/*
|--------------------------------------------------------------------------
| PAGINE INTERNE ECOMMERCE
|--------------------------------------------------------------------------
*/
/** Carrello **/
.section-title {
    margin: 20px 0px;
}
.ecommerce-table .vertical-centered {
    vertical-align: middle;
}
.item-cart-link {
    text-transform: uppercase;
    color: #f7941e;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    display: block;
}
.ecommerce-table .form-group {
    margin-bottom: 0px;
}
.toolbar-bottom {
    margin-bottom: 20px;
}
.image-centered img {
    margin: 0 auto;
}

/** Login / Registrazione **/
.login-form .form-cont .page-header,
.signup-form .form-cont .page-header {
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    padding: 12px 0px;
    background: #efefef;
}
.login-form a {
    font-weight: bold;
    color: #444;
}
.login-form a:hover {
    color: #DA7E3B;
}

/** User Profile **/
.user-profile a {
    display: inline-block;
}
.btn-toolbar {
    margin-bottom: 10px;
    float: right;
}
.account-contents {
    margin-top: 35px;
}
.panel {
    border-radius: 0px;
}
.panel .panel-heading {
    background-color: #666;
    color: #fff;
    border-radius: 0px;
    border-color: #666;
}
.profile-title {
    margin-top: 0px;
    line-height: 34px;
}
.user-tools-title {
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 35px;
}
.user-tools {
    margin-bottom: 20px;
}
.user-tools li a {
    color: #444;
    border-radius: 0px;
}
.user-tools li a i {
    margin-right: 10px;
}
.user-tools li.active a {
    background: #f7941e;
}
.user-tools li.active a:hover {
    background: #232629;
}

/** hover modifica **/

.hover-box {
    width: 100%;
    min-height: 3em;
    position: absolute;
    background-color: rgba(35,38,41,0.9);
    bottom: 0;
}
.normal-hover:hover .hover-box{
    background-color: rgba(35, 38, 41, 0.8);
}
.hover-box h3 {
    color: #fff;
    text-align: center;
    padding: 0.5em ;
    margin-top:0;
    margin-bottom:0;


}
.container_freewall > .item > a  {
    display: block;
    position: relative;
    overflow:hidden;
}
.no-hover {
    overflow: hidden;
}
.no-hover:hover > a > img {
    transform: scale(1.1);
}
.special-hover h3{
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em;
    background-color: rgba(35,38,41,0.9);
    margin:0;
}
.special-hover:hover h3{
    background-color: rgba(247,148,30,0.9);
}


.container_freewall {
    margin-top: 0px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
}
.container_freewall .item img {
    text-align:center;
    width:100%;
    transition: all 0.2s ease 0s;

}
.innercaption {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    background: #f7941e;
    padding: 18px;
}
.special-hover .innercaption {
    top:inherit;
    left:inherit;
    bottom: 0;
    right: 0;
}
.config_button{display:none;}

/*----COUPON----*/

.coupon_form form {
    display: block;
    margin: 0 auto;
    max-width: 350px;
}
.coupon-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.coupon-descr {
    color: #666;
    font-size: 80%;
}
.coupon_form {
    margin-bottom: 40px;
    text-align: center;
}
.coupon_form input {
    float: left;
    width: 85%;
}
/*classe custom per bottone coupon*/
.revamped-btn {
    font-size:20px;
    float: left;
    width: 15%;
}

/* Pagina promozioni (es Black Friday) */
.info-promozione h1,
.info-promozione h2,
.info-promozione h3,
.info-promozione h4,
.info-promozione h5,
.info-promozione .h1,
.info-promozione .h2,
.info-promozione .h3,
.info-promozione .h4,
.info-promozione .h5 {
    color: #f7941e;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}


#banner-top {    
    background-color: #fffdb4;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
    background-image:url(/cms-contents/uploads/fondorosa01.png);
    }

.banner-top-description {
    background-color: white;
    padding: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
 
/* Servizi */

.services {
    margin-top:35px;
    margin-bottom:35px;
    background-color: #FFF;
    border:1px solid #eee;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

.service-block {
    padding:20px;
}

.service-bg {
    background-color: white;
    padding:10px;
}

.services .checkbox label,.services .radio label {
    padding:0;
    width: 100%;
}

.services .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.services .present-icon {
    font-size: 35px;
}

.services  .checkbox input {
    opacity:0;
    width:1px;
    margin: 0;
}

.services .outer { 
    border: 2px solid #ccc;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 10px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.9);
    transition: all 0.2s ease-out;
    position: absolute;
    left: 0;
    top: 0;
}    

.services .details_modal_btn {
    padding:4px 10px;
}


.checkbox-image a {
    margin-left: 20px;
    display: block;
    }


.services input + .checkbox-image .outer .inner {
    opacity: 0;
    transform: scale(1);
    position: absolute;
    top: -8px;
    left: -2px;
    font-size:35px;
    color: #5cb562;
}

.services input:checked + .checkbox-image .outer .inner {
    opacity: 1;
}

.services .label-title , .services-details .label-title{
    padding-left:15px;
    display: inline-block;
    vertical-align: top;
}

.services .label-title .h3 , .services-details .label-title .h3{
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}

.services .label-title .service_price ,
.services-details .label-title .service_price {
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
    color:#5cb562;
    font-weight: 500;
}


.services .checkbox-image.col-md-4 {
    padding: 0;
}
.services .col-md-9 {
    width:75%;
}

@media (max-width: 767px) {
    
    .services .label-title.col-md-9.col-xs-12 {
        width:100%;
    }
    .checkbox-image img {
        margin: auto;
    }
}

.checkbox-image {
    display: inline-block;
    position: relative;
}
.services-details {
    display: inline-block;
    position: relative;
    padding-top: 10px;
}

.popover {
    max-width: 500px;
}

.services_list{background:#FFF;}
.services {background-image:url(/cms-contents/uploads/fondorosa01.png);}
