.main-logo a {
	display: inline-block;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}

.videoAudioBtn {
    display: none;
    cursor: pointer;
}

.sliderBig {
    visibility: hidden;
}

.videoSwipeTrick {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.fad-from-out {
    opacity: 0;
    transition: 2s;
}

.fad-from-out.in-view {
    opacity: 1;
}

.font-weight-normal {
    font-weight: 400!important;
}

textarea.form-control {
    height: 200px;
}

.slide-fixed-btn {
    color: #b0b0b0;
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
    position: fixed;
    z-index: 100;
    bottom: 120px;
    right: 30px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: none;
}

.slide-fixed-btn:hover {
    color: rgba(243,79,28,1);
    border: 2px solid rgba(243,79,28,1);
}

.team {
    margin-bottom: 25px;
}

/* Homepage */
.bx-wrapper .bx-controls-direction a {
    transition: 0ms;
    height: 43px;
    width: 26px;
    background: url('../img/slider-arrows.png') no-repeat;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: top left;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background-position: top right;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: bottom left;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: bottom right;
}

.bx-wrapper .bx-caption {
    display: none;
}

.sliderBig .bx-wrapper .bx-pager {
    padding: 0;
    bottom: 20px;
}

.sliderBig .bx-wrapper .bx-pager.bx-default-pager a {
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #7c7c7c;
}

.sliderBig .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    border-color: #96bf0d;
    background: #96bf0d;
}

.singleText h1 {
    font-size: 2.8vw;
}

.singleText a {
    color: #060606;
    font-size: 1.4vw;
    line-height: 1.3vw;
}

.singleText a:hover {
    color: inherit;
    text-decoration: none;
}

.homeBlock1 {
    padding: 70px 0 140px 0;
}

.homeBlock1 h1 {
    font-size: 45px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}

.homeBlock1 img {
    width: 100%;
    float: right;
}

.block2 {
    padding: 50px 0;
}

.block2 h1 {
    margin: 0 0 50px 0;
}

.last-products-section .bx-wrapper .bx-pager.bx-default-pager a {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #d6d6d6;
}

.last-products-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .last-products-section .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #869791;
}

.last-products-section .bx-wrapper .bx-pager {
    position: static;
    padding: 0;
}

.home-promo {
    display: flex;
    margin-top: 60px;
}

.home-promo > div {
    min-height: 740px;
    /*width: 50%;*/
    flex: 1;
    padding: 50px;
}

.home-promo > div h1 {
    color: #fff;
    text-align: right;
    margin-bottom: 50px;
}

.home-promo > div .btn-lg {
    padding-top: 23px;
    padding-bottom: 23px;
}

.home-promo > div img {
    margin: 20px 5%;
}


/* prodotto */

.containerStelle {
	font-size: 25px;
}

.containerStelle:hover .add-rating {
	color: #96bf0d
}

.add-rating {
	float: left;
    padding: 3px;
}

.add-rating:hover + .add-rating, .add-rating:hover + .add-rating + .add-rating, .add-rating:hover + .add-rating + .add-rating + .add-rating, .add-rating:hover + .add-rating + .add-rating + .add-rating + .add-rating {
	color: #bdc898;
}

.containerStelle span {
	float: left;
}


.voto-sum-10 .voto-s-1, .voto-sum-15 .voto-s-1, .voto-sum-20 .voto-s-1, .voto-sum-25 .voto-s-1, .voto-sum-30 .voto-s-1, .voto-sum-35 .voto-s-1, .voto-sum-40 .voto-s-1, .voto-sum-45 .voto-s-1, .voto-sum-50 .voto-s-1 {
    color: #96bf0d
}

.voto-sum-20 .voto-s-2, .voto-sum-25 .voto-s-2, .voto-sum-30 .voto-s-2, .voto-sum-35 .voto-s-2, .voto-sum-40 .voto-s-2, .voto-sum-45 .voto-s-2, .voto-sum-50 .voto-s-2 {
    color: #96bf0d
}

.voto-sum-30 .voto-s-3, .voto-sum-35 .voto-s-3, .voto-sum-40 .voto-s-3, .voto-sum-45 .voto-s-3, .voto-sum-50 .voto-s-3 {
    color: #96bf0d
}

.voto-sum-40 .voto-s-4, .voto-sum-45 .voto-s-4, .voto-sum-50 .voto-s-4 {
    color: #96bf0d
}

.voto-sum-50 .voto-s-5 {
    color: #96bf0d
}

.voto-sum-15 .voto-s-2, .voto-sum-25 .voto-s-3, .voto-sum-35 .voto-s-4, .voto-sum-45 .voto-s-5 {
    color: #96bf0d;
    width: 12px;
    overflow: hidden;
}

.voto-sum-15 .voto-s-15, .voto-sum-25 .voto-s-25, .voto-sum-35 .voto-s-35 , .voto-sum-45 .voto-s-45 {
	display: block;
}

/* ---------- Notifiche --------- */
.notification {
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    overflow: hidden;
    background-color: #18a096;
    font-size: 17px;
}

.openCloseNotification {
    display: none;
}

.notification.genericNotification {
    color: #000;
    background-color: #96bf0d;
}




/* Filtri mobile */


#leftOpener{
	height: 36px;
	width: 33px;
	margin-top: 9px;
	text-indent: -3000px;
	overflow: hidden;
	box-shadow: 2px 2px 3px 0px #999;
	right: -33px;
	position: absolute;
	top: 0px;
	background: #e3e2e2 url(../img/filtri-sfondo-titoli.png) no-repeat 0 5px;
}

#leftOpener.closeLe {
background-position: 0 -216px;
}


/* CUSTOM */

.contact-form-block {
    padding-bottom: 60px;
    background: #fff;
}

a {
    color: #666666;
    transition: .5s;
}

a:hover,
a:focus {
    color: #96bf0d;
}

h1 {
    color: #121212;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.btn {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: none;
    white-space: inherit;
    border-radius: 0;
    border-color: #96bf0d;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    padding: 10px 15px;
    transition: .5s;
}

.btn.btn-default {
    color: #fff;
    border: none;
    background: #96bf0d;
}

.orderPrice {
    white-space: nowrap;
}

.thumbnail {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
}

.thumbnail h3 {
    margin-top: 0;
}

.thumbnail p {
    margin: 0;
}

.btn.btn-lg {
    padding: 18px 65px;
}

.btn.btn-xs {
    line-height: 9px;
    padding: 3px 6px;
}

.btn.btn-default:focus,
.btn.btn-default:hover {
    color: #96bf0d;
    background: #fff;
}

.jumbotron {
    background: none;
    border-top: 1px solid rgba(25,25,25,0.15);
    border-bottom: 1px solid rgba(25,25,25,0.15);
}

.jumbotron hr {
    height: 1px;
    background: rgba(25,25,25,0.15);
}

.ui-widget {
    font-family: 'Overpass Mono', monospace;
    font-size: 17px;
    color: #666666;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Overpass Mono', monospace;
    font-size: 17px;
    color: #666666;
    background-image: url("../img/theme/sfondo.jpg");
}

.mainBody {
    padding: 90px 0 0 0;
}

.cookie-warn .navbar-inverse {
    background: #000;
}

.cookie-warn .navbar-inverse > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cms-text {
    margin-top: 40px;
}

.attachments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.attachments li a {
    word-break: break-all;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.attachments li a::before {
    content: '';
    color: #fdf9f6;
    font-size: 16px;
    height: 61px;
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 10px;
    background: url('../img/attachments.png') no-repeat;
}

.attachments li a[href$=".pdf"]::before {
    content: 'PDF';
}

.attachments li a[href$=".zip"]::before {
    content: 'ZIP';
}

.attachments li a[href$=".doc"]::before {
    content: 'DOC';
}

.attachments li a[href$=".docx"]::before {
    content: 'DOCX';
}

.attachments li a[href$=".xls"]::before {
    content: 'XLS';
}

.attachments li a[href$=".xlsx"]::before {
    content: 'XLSX';
}

.attachments li a[href$=".jpg"]::before, .attachments li a[href$=".png"]::before, .attachments li a[href$=".gif"]::before {
    content: 'IMG';
}

/* head */
.main-head {
    position: absolute;
    top: 0;
    z-index: 100000;
    width: 100%;
    background-color: rgba(255,255,255,.3);
}

.main-head .container {
    display: flex;
}

.main-head .container::before, .main-head .container::after {
    display: none;
}

.main-menu {
    flex: 1;
}

.navbar-collapse {
    padding-right: 0;
}

.main-head.header-fixed {
    position: fixed;
    top: -100%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
}

.main-head.header-fixed img {
    height: 50px;
}

.main-head.header-fixed .navbar-nav > li > a {
    padding: 20px 5px;
}

.main-head.header-fixed .navbar-brand {
    padding: 5px 15px;
}

.main-head.header-unfixed {
    transition: 0.7s;
}

.main-head.header-fixed.head-top-zero {
    top: 0;
    transition: 0.7s;
}

.navbar-brand {
    height: auto;
    padding: 12px 15px;
}

.main-head .navbar {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid rgba(25,25,25,0.15);
}

.main-head .navbar-nav > li > a {
    padding: 35px 18px;
    color: #666666;
    font-size: 17px;
}

.main-head .navbar-nav > li.active > a {
    color: #96bf0d;
}

.main-head .navbar-nav > li > a:focus,
.main-head .navbar-nav > li > a:hover {
    background: none;
    color: #96bf0d;
}

.main-head .navbar-nav.mainhead-social > li > a {
    font-size: 20px;
    color: #121212;
}

.main-head .navbar-nav.mainhead-social > li > a:hover {
    color: #96bf0d;
}

.main-head .navbar-nav > li > .dropdown-menu-main {
    /* background-image: url("../img/theme/sfondo.jpg"); */
    border: none;
    border-radius: 0;
    right: 0;
    left: auto;
}

.dropdown-menu-main > li > a:focus, 
.dropdown-menu-main > li > a:hover {
    background: none;
    color: #96bf0d;
}

.miniCart {
    padding: 17px;
    width: 350px;
    /* background-image: url("../img/theme/sfondo.jpg"); */
    border: none;
    border-radius: 0;
}

.miniCart table {
    margin-bottom: 17px;
    border-bottom: 1px solid #ddd;
}

.title {
    margin: 0 0 70px 0;
    font-family: 'Lato', sans-serif;
    color: #121212;
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.navbar-brand img {
    max-width: 100%;
}

.menu-toggle {
    display: none;
}

.menu-toggle span {
    height: 2px;
    width: 25px;
    display: block;
    margin: 3px 0;
    background: #666;
}

/*prodotto */

.schedaProdotto {
    padding: 60px 0;
}

.schedaProdotto .title.prodTitle {
    margin: 0;
    letter-spacing: 1px;
}

.availLine {
    margin-top: 20px;
}

.schedaProdotto .prodprice {
    color: #000;
    font-size: 17px;
    line-height: 40px;
    margin: 0;
}

.prodottoThumb {
    margin: 20px 0;
}

.prodottoThumb .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.prodDescBlock table {
    width: 100%;
    font-family: 'Overpass Mono', sans-serif;
    font-size: 17px;
}

.prodDescBlock table th {
    background-color: #b3a88961;
    color: #fff;
    padding: 4%;
    font-weight: 400;
    color: #666;
    text-align: center;
    line-height: 19px;
}

.prodDescBlock table td {
    padding: 10px;
    border-bottom: solid 1px #e8e8e8;
}

.add-details h2 {
    font-size: 17px;
    color: #96bf0c;
}

.prodsocial {
    display: inline-block
}

.prodsocialTwit {
    position: relative;
    top: 6px;
}

/* prodotto grid */
.prodGrid {
    margin-bottom: 30px;
}

.productImg {
    position: relative;
    overflow: hidden;
}

.productImg::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.productImg a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.productImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disabledImg {
    opacity: .3;
}

.add-cart.disabled {
    background: #FD5655;
    opacity: 1;
}

.prodGrid .nomeProdotto a {
    text-decoration: none;
    color: #121212;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.prodGrid .nomeProdotto a:hover,
.prodGrid .nomeProdotto a:focus {
    color: #96bf0d;
}

.prodGrid h3 {
    margin-bottom: 0;
}

.prodGrid .thumbPrezzo {
    font-family: 'Overpass Mono', monospace;
    color: #666666;
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
}

.prodGrid .thumbDesc {
    padding: 20px 0 25px 0;
}


.main-footer {
    padding: 40px 0;
    background-color: #96bf0d;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.main-footer a {
    color: #fff;
}

.main-footer ul,
.main-footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-footer ul {
    margin-top: 15px;
}

.footer-logo {
    margin-bottom: 20px;
}

.main-footer h2 {
    font-family: 'Lato', sans-serif;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.main-footer .footer-social {
    margin-top: 20px;
}

.main-footer .footer-social a {
    font-size: 30px;
    margin: 0 15px 0 0;
}

.ingranaggio {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 3px;
    margin-right: 2px;
    background: url('../img/ingranaggio.png') no-repeat center;
}

.credit {
    display: flex;
    align-items: center;
}

.orari {
    font-family: 'Lato', sans-serif;
}

/* footer newsletter */

.footer-newsletter {
    color: #fff;
    padding: 145px 0;
    background: url('../img/theme/footer.jpg') no-repeat center;
    background-size: cover;
}

.footer-newsletter h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #96bf0d;
    font-family: 'Lato', sans-serif;
}

.footer-newsletter input {
    background: #fff;
}

.footer-newsletter a {
    color: #fff;
}

/* form */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button,
.ui-selectmenu-button.ui-button,
.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #96c010;
    background: none;
    padding: 15px 20px;
    font-family: 'Overpass Mono', sans-serif;
    font-size: 18px;
    height: auto;
}

.form-control:focus {
    border-color: #96c010;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #96c01060;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #96c01060;
}

.form-horizontal .form-group .control-label {
    padding-top: 19px;
}

.ui-button .ui-icon {
    text-indent: 0px;
}

.ui-button .ui-icon:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    text-indent: 0px;
    display: block;
}

.ui-selectmenu-menu .ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
    padding: 15px 20px;
    border: none;
    font-size: 18px;
}

.ui-selectmenu-menu .ui-state-active {
    background: #96bf0d;
    color: #fff;
}

.customCheckbox, .customRadio {
    border: solid 1px #96c010;
}

.customCheckbox span.cchecked, .customRadio span.cchecked {
    background: #96c010;
}

.customCheckbox.focused, .customRadio.focused {
    box-shadow: #96c010 0px 0px 5px 2px;
}

.label.label-danger.field-validation-error {
    color: #d80000;
    text-transform: uppercase;
    text-align: left;
    display: block;
    background: none;
}


.alert {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: none;
    white-space: inherit;
    border-radius: 0;
    border-color: #cc0000;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    padding: 10px 15px;
    transition: .5s;
    background: none;
    color: #666666;
}

.alert.alert-danger {
    border-color: #cc0000;
}

.alert.alert-warning {
    border-color: #d9e400;
}

/* Add TO CART */

.popAdvIn {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


/* DIALOG */
.ui-dialog {
    border: none;
    border-radius: 0;
    background-image: url("../img/theme/sfondo.jpg");
}

.ui-dialog-titlebar {
    color: #96bf0d;
    background: none;
    border: none;
}

.ui-dialog-buttonpane {
    background: none;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-overlay {
    background: #000;
    opacity: .6;
}

.input-group-btn .btn {
    padding: 18px;
}

/* checkout */
.checkout .mainBody {
    padding-top: 40px;
}

.checkoutStep .active {
    color: #96bf0d;
}

.ui-accordion .ui-accordion-header {
    background: #96bf0d;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}

.ui-accordion .accordion-lower,
.ui-accordion .ui-accordion-header:hover {
    color: #96bf0d;
    background: #fff;
}

.ui-accordion-content {
    background: none;
    border: none;
}

.shippingCost {
    margin: 10px 0;
}

/* LIGHTBOX */

#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}


/* Forza password */
.pwdStr {
    display: flex;
    justify-content: space-between;
    color: #737373;
}

.pwdStr span {
    width: 23%;
    height: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
}

.pwdStr.psw-bad span:first-child {
    background: #d9534f;
}

.pwdStr.psw-poor span:first-child, .pwdStr.psw-poor span:first-child + span {
    background: #f0ad4e;
}

.pwdStr.psw-medium span:first-child, .pwdStr.psw-medium span:first-child + span, .pwdStr.psw-medium span:first-child + span + span {
    background: #5bc0de;
}

.pwdStr.psw-good span {
    background: #5cb85c;
}

.cartPrice,
.orderHistoryTotal {
    white-space: nowrap;
}

table p {
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}

.table>tbody>tr>td {
    border-top: none;
}

.table>tbody>tr.checkoutGrandTotal>td,
.table>tbody>tr:first-child>td {
    border-top: 1px solid #ddd;
}

.table>tbody>tr.checkoutGrandTotal>td {
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
}

h1, h2, h3 {
    text-transform: uppercase;
}

.successoOrdine h1 {
    margin-bottom: 30px;
    margin-top: 0;
}

.successoOrdine .btn {
    margin-top: 30px;
}


/* table.table table.table td.table-mobile {
    display: block;
    padding: 0;
} */

table.table table.table {
    margin: 0;
    background: none;
}

table.table table.table td {
    border: 0;
}

.cartQuantity {
    white-space: nowrap;
}



#checkAcc {
    margin-top: 35px;
    padding-bottom: 80px;
}

.checkoutPayAdvice {
    text-align: right;
    color: #18a096;
    margin-top: -10px;
    padding: 0 8px;
}

.checkoutTimerAdvice {
    text-align: center;
    background: #18a096;
    color: #fff;
    padding: 25px 20px;
    margin-top: 40px;
}

.checkout-bar .table {
    margin-bottom: 0;
}

.checkoutTimerAdvice_arrow_box {
    position: relative;
    background: #18a096;
}

.checkoutTimerAdvice_arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(24, 160, 150, 0);
    border-bottom-color: #18a096;
    margin-left: -40px;
    border-bottom-width: 30px;
    border-left-width: 40px;
    border-right-width: 40px;
}

/* Blocco video */

.video-container {
    position: relative;
    overflow: hidden;
}


.video-block video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    object-fit: cover;
}

.video-overlay {
    padding: 90px 0;
    color: #fff;
    text-align: center;
}

.page h1 {
    font-size: 40px;
}

.page h2 {
    color: #121212;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    margin-top: 0;
}

.page h3 {
    color: #121212;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.page hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-color: #7c7c7c;
}

#map_canvasContatti {
    height: 600px;
    width: 100%;
}

#map_canvasHome {
    height: 625px;
    width: 100%;
}

.maplink {
    color: #96c00e;
    text-decoration: underline;
}

.mapTitle {
    padding: 15px 20px;
    background-color: #96bf0d;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 200;
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
}

.contactContainer {
    border: 1px solid #96c00e;
    padding: 0 0 0 0;
    position: relative;
    text-align: right;
}

.contactContainer span {
    float: left;
    padding: 20px 10px;
}

.contactContainer a {
    display: block;
    background: #96c00e;
    color: #fff;
    padding: 20px 40px 20px 40px;
    text-align: center;
    font-size: 16px;
}

.contactMail::before {
    content: '';
    background: url('../img/Theme/icona_mail.png') no-repeat;
    height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -35px;
}


/* ---------- MEDIA QUERY --------- */
@media (max-width: 1200px) {
    .main-head .navbar-nav > li > a {
        padding: 38px 5px;
    }
}

@media (max-width: 991px) {
    .menu-toggle {
        display: block;
        margin-right: 10px;
        cursor: pointer;
    }
    .navbar-nav.cms-menu {
        text-align: center;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        width: 100%;
        margin-top: 1px;
        background: #fff;
    }
    .navbar-nav.cms-menu > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eaeaea;
    }
    .main-head .navbar-nav.cms-menu > li > a {
        color: #888;
        padding: 10px 5px;
    }
    .main-head .navbar-nav.cms-menu > li.active > a {
        color: #96BF0C;
    }
    .main-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .mainhead-social {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        float: right;
    }
    .navbar-toggle .icon-bar {
        background: #121212;
    }
    .homeBlock1 h1 {
        font-size: 32px;
    }
    .home-promo {
        display: block;
    }
    .home-promo > div {
        text-align: center;
        width: 100%;
    }
    .home-promo > div h1 {
        font-size: 32px;
        text-align: center;
    }
    .home-promo > div p {
        text-align: center!important;
    }
    .home-promo > div img {
        margin: 10px 5%;
    }
    .orderIdTable {
        display: none;
    }
    .orderProductList {
        display: none;
    }
    .table-responsive {
        border: 0;
    }
    body {
        font-size: 16px;
    }
    .btn.btn-lg {
        font-size: 11px;
        padding-left: 21%!important;
        padding-right: 21%!important;
    }
    .nav>li {
        display: inline-block;
    }
    .mainhead-social {
        display: none;
    }
    .navbar-nav {
        float: left;
    }
    .navbar-brand {
        max-width: 50%;
    }
    .main-head.header-fixed img {
        height: auto;
    }
    .main-head .navbar-nav > li.smallCart > a {
        padding: 38px 15px 38px 0px;
    }
    .main-head.header-fixed .navbar-nav > li > a {
        padding: 15px 15px 15px 0px;
    }
    .smallCart strong {
        left: 7px;
    }
    .main-head .navbar-nav > li > .dropdown-menu-main {
        position: absolute;
        width: auto;
        background: #fff;
    }
    .main-menu {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }
    .navbar-nav {
        margin: 0;
    }
    .singleText {
        position: static!important;
        width: 100%!important;
        padding: 0 15px;
    }
    .singleText h1 {
        font-size: 6vw;
    }
    .singleText a {
        font-size: 3vw;
		line-height 3vw;
    }

    .footer-newsletter h2 {
        font-size: 32px;
        line-height: 55px;
        letter-spacing: 4px;
    }


}

@media (max-width: 480px) {
    .mainBody {
        padding: 90px 0 40px 0;
    }
    .navbar-brand {
        width: 45%;
        padding-left: 0;
    }
    .main-head .navbar-nav > li > a, .main-head.header-fixed .navbar-nav > li > a {
        font-size: 15px;
        padding: 22px 5px 18px 10px;
    }
    .main-head .navbar-nav > li.smallCart > a {
        padding: 18px 0px;
    }
    .smallCart strong, .main-head.header-fixed .smallCart strong {
        top: 7px;
    }
    .smallCart span {
        display: none;
    }
    #goToCheckoutBlock {
        margin-top: 30px;
    }
    .countdown, .notification {
        line-height: 1em;
        font-size: 14px;
    }
    .notification p {
        margin-bottom: 0;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 5px;
    }
    h3 {
        font-size: 20px;
    }
    .checkoutStep, .quantProdCheck span {
        display: none;
    }
    .checkout h1 {
        margin-top: 0;
    }
    .ui-accordion .ui-accordion-content {
        padding: 15px;
    }
    #form-shipping-block .block p, .recap p {
        margin: 0;
    }
    .popAdvice {
        max-width: 90vw;
    }
    table.table table.table td.table-mobile {
        display: block;
        padding: 0;
    }

    table.table table.table {
        margin: 0;
        background: none;
    }

    table.table table.table td {
        border: 0;
    }
    table.table td.cartProdImg {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    table.table td.cartProdImg + td {
        padding-right: 0;
    }
    .cartProdImg {
        text-align: right;
    }

    #cart-summary .btn.btn-xs {
        width: 20px;
        height: 20px;
        padding: 0;
        line-height: 20px;
    }
    
}

@media (max-width: 350px) {
    .navbar-brand {
        width: 40%
    }
}
