/* BOOTSTRAP RESET */
html, body {
    position: relative;
    height: 100%;
}
:focus {
    outline: none !important;
    border-color: initial !important;
}
::-moz-focus-inner {
    border: 0;
}
form * {
    box-shadow: none !important;
}
.form-control {
    color: #7d7062;
    border-color: #a2a09e
}
label.required:after {
    content: "*";
    margin-left: 5px;
    color: #a94442;
}
.list-group-item {
    font-size: 90%;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
}

.breadcrumb-container {
    background-color: #dcddde;
}
.breadcrumb {
	margin-bottom: 0;
    color: #78838C;
}
.breadcrumb a {
    color: #586067;
}
.breadcrumb>li+li:before {
    color: #8B949C;
}

/* BTN */
.btn {
	border: none;
    font-size: 1.2em;
}
.btn-default {
    color: #fff !important;
}
.btn.btn-sm {
    font-size: 1em;
}
.btn.btn-xs {
    font-size: .9em;
    padding: 1px 10px;
}
.btn i {
    margin-right: 5px;
    vertical-align: middle;
}

/* ALERT */
.alert {
	font-size: .85em;
	padding: 10px;
	margin-bottom: 10px;	
}

/* BG */
.bg-grey {
	 background-color: #dcddde
}

/* STD PADDING */
.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-top-40 {
    padding-top: 40px;
}
.margin-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.margin-top-40 {
    margin-top: 40px;
}
.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-top-80 {
    padding-top: 80px;
}
.margin-top-80 {
    margin-top: 80px;
}
@media only screen and (max-width: 767px) {
    .padding-20 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .padding-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padding-top-40 {
        padding-top: 20px;
    }
    .margin-top-40 {
        margin-top: 20px;
    }
    .padding-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .padding-top-80 {
        padding-top: 40px;
    }
    .margin-top-80 {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .padding-20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padding-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .padding-top-40 {
        padding-top: 30px;
    }
    .margin-top-40 {
        margin-top: 30px;
    }
    .padding-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padding-top-80 {
        padding-top: 60px;
    }
    .margin-top-80 {
        margin-top: 60px;
    }
}

/* PRICE */
.full_price {
    text-decoration: line-through;
}
.price sub, .full_price sub, .save_price sub {
	bottom: 0;
}
.price.euro:after, .full_price.euro:after, .save_price.euro:after {
    content: " €"
}

/* IMG BACKGROUND */
.img-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

/* SWIPER 
.swiper-group {
    position: relative;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
	position: relative;
	
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a {
	display: block;
    position: relative;
} 
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black,
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	opacity: .3
}
.swiper-button-next.swiper-button-black:hover, .swiper-container-rtl .swiper-button-prev.swiper-button-black:hover,
.swiper-button-prev.swiper-button-black:hover, .swiper-container-rtl .swiper-button-next.swiper-button-black:hover {
	opacity: 1
}
#btn-next {
    left: -18px !important;
}
#btn-prev {
    right: -18px !important;
}
/*gestisci immagini per visualizzazione tipo cover
.swiper-slide a {
    height: 100%;
    overflow: hidden;
}
.swiper-slide a img {
    max-height: 250%;
    max-width: 250%;
    position: relative;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
/*gestisci immagini per visualizzazione completa
.image-fit .swiper-slide a {
    height: 100%;
    overflow: inherit;
} 
.image-fit .swiper-slide a img { 
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

/*gestisci icona per video*/
.swiper-slide a.videobox-group:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../img/video.play.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-top {
    height: 450px;
    width: 100%;
}
.gallery-thumbs {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

/* PANEL */
.panel {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
    box-shadow: 0 0 0 rgba(0,0,0,.05);
}
.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-body {
    padding: 15px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.panel-primary>.panel-heading .badge {
	color: #DF0013
}

.panel-primary {
    border-color: #443D35;
}
.panel-primary>.panel-heading {
    background-color: #443D35;
    border-color: #443D35;
}

.panel-default {
    border-color: #E5E5E5;
}
.panel-default>.panel-heading {
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}

/* RADIO - CHECKBOX */
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 1em;
    line-height: 0;
    top: 5%;
    left: 5%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/* PULSANTIERA */
#tool a {
    display: inline-block;
    text-decoration: none;
    width: 15px;
    height: 15px;
}
