@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*master*/

html {
    font-size: 10pt;
}
html, body {
    margin:0;
    padding:0;
    font-family:'Roboto';
}
form {
    margin: 0;
    padding: 0;
}

h2 {
    padding:10px 0;
}
h5 {
    padding: 0;
    margin: 0;
}

a {
    color: #343434;
}
a:hover, a:focus, a:active {
    color: #343434;
}

header {
    background-color:#FFFFFF;
    height:140px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 86px;
    background-image:url(img/logo-trackting.png);
}

nav {
    background-color: #f9f9f9;
    font-size: 33px;
    line-height: 1.5;
    height: 182px;
    padding-top: 60px;
    margin-bottom: 80px;
}
nav ul {
    width: 750px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
nav ul li {
    display:inline-block;
    padding: 0 15px;
}
nav .step {
    color: #a1a1a1;
}
nav .step .rounded-circle {
    background: #a1a1a1;
    color: #FFFFFF;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 5px 0 0 0;
    vertical-align: middle;
    margin-bottom: 6px;
}
nav .step.active {
    color:#333333;
}
nav .step.active .rounded-circle {
    background-color: #DF372C;
    color: #FFFFFF;
}

nav.Steps2 {
    background-color: #FFFFFF;
    border-top: solid 1px #F0F0F0;
    padding-top: 48px;
    height: inherit;
    margin-bottom: 20px;
}
nav.Steps2 ul {
    width:auto; /*1180px*/
}
nav.Steps2 ul li {
    width:300px;
}
nav.Steps2 .step {
    color: #222222;
    background-color: #EEEEEE;
    background-image: url(img/steps-off-sx.png), url(img/steps-off-dx.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    height: 48px;
    overflow: hidden;
    text-align: left;
    font-size: 1.2rem;
    white-space: nowrap;
    line-height: 1;
    padding-top: 13px;
}
nav.Steps2 .step .rounded-circle {
    background: #FFFFFF;
    color: #CFCFCF;
    border: solid 2px #CFCFCF;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 2px 0 0 0;
    vertical-align: middle;
    margin-bottom: 6px;
    margin-left:5px;
}
nav.Steps2 .step.active {
    color:#FFFFFF;
    background-color:#CB1313;
    background-image: url(img/steps-on-sx.png), url(img/steps-on-dx.png);
}
nav.Steps2 .step.active .rounded-circle {
    background: #FFFFFF;
    color: #CFCFCF;
    border: solid 2px #FFFFFF;
}

main {
    background-color:#FFFFFF;
    min-height:500px;
    padding-bottom:50px;
}

footer {
    line-height: 1.5;
    padding:20px;
    color: #f0f0f0;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    background-color: #222222;
    color: rgb(240, 240, 240);
}
footer a {
    color: rgb(240, 240, 240);
}
footer a:hover {
    color: rgb(220, 51, 50);
}

.avviso {
    text-transform: uppercase;
    color: #A5A5A5;
    font-size: 33px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.btn-danger {
    background-color: #DF372C;
}
.btn-pay {
    background: #009cde;
    color: #fff;
    height: 35px;
    min-height: 35px;
    max-height: 55px;
    border-radius: 4px;
    transition: opacity 0.25s ease-in-out;
    min-width: 250px;
    max-width: 300px;
    border: none;
    cursor:pointer;
    margin-top:5px;
    float:right;
}
.btn-pay:focus {
    outline: solid 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
    outline-offset: -3px;
}
.btn-pay:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 750px) {

    nav {
        padding-top: 30px;
        margin-bottom: 40px;
        height: auto;
    }
    
    nav ul {
        width: auto;
        margin: 0 auto;
    }

    nav ul li {
        float: none;
        padding: 0 15px;
        text-align: center;
    }
    
    nav.Steps2 ul {
        width: auto;
        height: auto;
    }

    nav.Steps2 ul li {
        
    }

    .avviso {
        font-size: 29px;
        line-height: 35px;
    }
}

@media screen and (max-width: 458px) {
    nav {
        font-size: 26px;
    }

    .avviso {
        font-size: 27px;
        line-height: 31px;
    }
}

/*store*/

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.page {
    max-width:1200px;
    margin:auto;
    padding:10px;
}

#Page-Thankyou,
#Page-ThankyouWT,
#Page-ThankyouSDD {
    text-align: center;
}

    #Page-Thankyou .ok,
    #Page-ThankyouWT .ok,
    #Page-ThankyouSDD .ok {
        margin-bottom: 45px;
        margin-top: 15px;
    }
        #Page-Thankyou .ok img,
        #Page-ThankyouWT .ok img,
        #Page-ThankyouSDD .ok img {
            width: 170px;
        }

.row-trackting-header {
    font-weight: bold;
    padding: 9px 0;
    margin-bottom: 9px;
    border-bottom: solid 2px #F2F1EF;
}

.row-trackting {
    vertical-align: middle;
    padding: 9px 0;
    margin-bottom: 9px;
    border-bottom: solid 2px #F2F1EF;
}
.row-trackting-x {
    vertical-align: middle;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: solid 2px #F2F1EF;
}
.col-trackting-center {
    text-align: center;
}
.col-trackting-right {
    text-align:right;
}
.col-trackting-price {
    font-weight: bold;
    font-size: 1.2rem;
}
.col-trackting-sped {
    padding-top: 20px;
    padding-bottom: 25px;
}
.col-trackting-coupon {
    padding-top: 20px;
    padding-bottom: 25px;
}
.col-trackting-totale {
    padding-top: 20px;
    padding-bottom: 25px;
    vertical-align: middle;
    font-size: 1.8rem;
}

.but-qt {
    display: inline-block;
    color: #5F5F5F; /*#6F6F6F*/
    background-color: #EBEBEB;
    margin: 0;
    padding: 5px 0px;
    width: 27px;
    margin: 2px 0;
    text-align: center;
    font-weight: bold;
}
.but-qt:hover {
    background-color:rgba(235, 235, 235, 0.65);
}
.but-minus {
    cursor: pointer;
}
.but-plus {
    cursor: pointer;
}
.but-quantita {
    border:none !important;
}

.pan-qt .pre-qt {
    display:none;
}
.pan-qt.pan-qt-freeprice {
    margin-bottom: 21px;
}
#pan-qt-1.pan-qt-freeprice {
    display: inline-block !important;
}
#pan-qt-1.pan-qt-freeprice .but-minus,
#pan-qt-1.pan-qt-freeprice .but-plus {
    display: none;
}
#pan-qt-1.pan-qt-freeprice .pre-qt {
    display: block !important;
}
#pan-qt-1.pan-qt-freeprice .but-quantita {
    background-color: #fff;
    border: solid 1px #e8e8e8 !important;
    border-radius: 3px;
    width: 70px;
}
#pan-qt-2.pan-qt-freeprice {
    margin-left:25px;
    display:inline-block !important;
}
#pan-qt-2.pan-qt-freeprice .pre-qt {
    display: block;
}

.but-iva {
    border: solid 1px #e8e8e8 !important;
    background-color:#f5f5f5 !important;
    border-radius: 3px;
    width: 70px;
}

.but-qt.disabled,
.but-zero.disabled {
    cursor: default !important;
    opacity: 0.4;
}

.but-zero {
    display:none !important;
    /*display:inline-block;*/
    cursor: pointer;
    width:12px;
    height:12px;
    background-image:url(img/but-zero.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    margin-right:10px;
}

.row-spedizione {
    margin-top: 20px;
    margin-bottom: 20px;
}
.row-spedizione .desc {
    font-size:0.8rem;
    font-weight:normal;
    opacity:0.7;
}
.row-confirm {
    margin-top: 35px;
    margin-bottom: 35px;
}
.row-confirm-accetta {
    /*font-size: 1.2rem;*/
}

.opaco {
    opacity: 0.2 !important;
}
#ButLogin.opaco {
    opacity: 0.1 !important;
}
.row-spedizione .list-group {
    display:block;
}
.row-spedizione .list-group-item.active {
    background-color: #ffffff; /*#e8e8e8*/
    border-color: rgba(0, 0, 0, 0.225); /*rgba(0, 0, 0, 0.125)*/
    border-width: 1px;
    outline: solid 2px rgba(0, 0, 0, 0.225);
    color: #555;
}
.row-spedizione .list-group-item {
    display: inline-block;
    width: 100px;
    color:#999;
    border-radius:0 !important;
}

.text-barrato {
    text-decoration: line-through;
    opacity: 0.4;
}

.form-coupon {
    width: auto;
    display: inline-block;
}

.formValidatorAst {
    color: #BD1522;
}

.tr-logo {
    max-width:100%;
}

.tr-logo-furgone {
    max-width:65px;
}

.tr-desc p {
    margin: 0 !important;
}
.tr-desc div {
    margin: 0 !important;
}

#ButCoupon {
    padding: 7px 30px;
    font-size: 8pt;
    margin-top: -2px;
    margin-left: 2px;
}

#ButProcedi, #ButProcediOrder {
    padding: 7px 48px;
}

#ButConferma {
    padding: 7px 48px;
}

#coupon {
    margin:5px 0;
}

.hidden {
    display: none;
}

.row-contatto {
    background-color: #f8f8f8;
    margin-bottom:23px;
}
.row-indirizzo {
    background-color: #f1f1f1;
    margin-bottom: 23px;
}
.step2-ico-contatto {
    width: 34px;
}
.step2-ico-indirizzo {
    width: 42px;
}
.row-contatto .col {
    padding-top: 10px;
    padding-bottom: 10px;
}
.row-indirizzo .col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pay-Modifica {
    font-size: 1rem;
    color: #CB1313;
    font-weight: bold;
}
.pay-Modifica:hover, .pay-Modifica:active {
    color: #CB1313;
}
#pay-Contact,
#pay-Email,
#pay-Indirizzo {
    font-size: 0.8rem;
}
#pay-Indirizzo div {
    line-height:1.4rem;
}

#PayDirect {
    border-top: solid 1px rgba(125, 125, 125, 0.71);
    padding-top: 60px;
    margin-top: 60px;
}

#PayDirect h4 {
    margin-bottom: 20px;
}

.step1-accounot {
    background-color: #f8f8f8;
    padding: 0 18px 18px 18px;
    margin-bottom: 15px;
}
.custom-radio {
    padding-top: 4px;
    padding-bottom: 4px;
}
.step2-iltuoordine {
    background-color: #f8f8f8;
    padding: 18px 0 0 0;
    margin-top:10px;
    /*margin-bottom: 15px;*/
}
.step2-iltuoordine h5, .step2-iltuoordine a.pay-Modifica {
    padding-left: 15px;
    padding-right: 15px;
}
.step2-ituoidati {
    background-color: #f8f8f8;
    padding: 18px 0 0 0;
    /*margin-bottom: 15px;*/
    /*min-height:299px;*/
}
.step2-ituoidati h5, .step2-ituoidati a.pay-Modifica {
    padding-left: 15px;
    padding-right: 15px;
}
.step2-pagamento {
    margin-top: 20px;
    background-color: #f8f8f8;
}
.step2-pagamento h5 {
    padding: 18px 15px 18px 15px;
    text-transform: uppercase;
}
.row-confirm-x {
    background-color:#FFFFFF;   
}
.row-confirm-x .custom-radio {
    padding-top:12px;
    padding-bottom:12px;
}
.step2-dati {
    margin: 20px 0 0 0;
}
.step2-dati ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.step2-dati ul li {
    background-color: #FFFFFF;
    margin-bottom: 1px;
    padding: 8px;
}
.step-2-cart {
    margin: 20px 0 0 0;
}
.step-2-cart ul {
    list-style: none;
    padding: 0;
    margin:0;
}
.step-2-cart ul li {
    background-color:#FFFFFF;
    margin-bottom:1px;
    padding:8px;
}
.step-2-scudi {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.step-2-scudi img {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.step-2-cards {
    margin-left:5px;
    margin-right:5px;
}
.row-cookies {
    margin-top:25px;
}
div.step-x-secure {
    margin-top:9px;
}
#DescBon {
    color: #808080;
    padding-left: 2.60rem;
    margin-top: 5px;
}
.desc-terms {
    font-weight:bold;
}
.btn-back {
    padding: 7px 5px;
    font-size: 1.25rem;
    line-height: 1.5;
}
@media screen and (max-width: 1200px) {
}


@media screen and (max-width: 768px) {

    .row-spedizione {
        margin-top: 0;
        margin-bottom: 0;
    }

    .row-spedizione .col {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .row-confirm {
        margin-top: 0;
        margin-bottom: 0;
    }

    .row-confirm .col {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .text-left-sm {
        text-align: left !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
    .step2-ituoidati {
        min-height: 0;
    }
    .btn-pay {
        float: none;
    }
}

@media screen and (max-width: 576px) {
    .row-contatto .col {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .row-indirizzo .col {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #Page-Thankyou .ok img {
        width: 150px;
    }
}

#preload {
    display: none;
    position: fixed;
    top: 0;
    z-index: 2000;
    margin: 0;
    width: 100%;
    height:5px;
    opacity:0.5;
}
#preload .progress-bar {
    width: 100%;
    height: 5px;
}
.bg-info {
    background-color: #DF372C !important;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
   However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.PayPalPay {
    margin-bottom: 50px;
}
/**
 * STRIPE
 */
.StripeElement-Input {
    line-height: 18px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    height: 18px;
}
.StripeElement {
    background-color: white;
    height: auto;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    width: 100%;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#StripeContainer .btn {
    margin-top:5px;
}
#card-errors {
    color: #E00000;
    font-size: 1.3rem;
    padding: 10px;
}
#payment-errors {
    color: #E00000;
    font-size: 1.3rem;
    padding: 10px;
}

.pointer {
    cursor: pointer;
}

.tr-order-ico {
    font-size:2rem;
    margin-left:15px;
    color:#2f2f2f;
}
.tr-order-ico.disabled {
    opacity:0.2;
    cursor: default;
}

#ListOrdersHeader {
    text-transform:uppercase;
}

/* email */
@font-face {
    font-family: "flexobold";
    font-style: normal;
    font-weight: normal;
    src: url("https://pay.trackting.com/buy/fonts/flexo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://pay.trackting.com/buy/fonts/flexo-bold-webfont.woff") format("woff"), url("https://pay.trackting.com/buy/fonts/flexo-bold-webfont.ttf") format("truetype"), url("https://pay.trackting.com/buy/fonts/flexo-bold-webfont.svg#flexobold") format("svg");
}

@font-face {
    font-family: "flexodemi";
    font-style: normal;
    font-weight: normal;
    src: url("https://pay.trackting.com/buy/fonts/flexo-demi-webfont.eot?#iefix") format("embedded-opentype"), url("https://pay.trackting.com/buy/fonts/flexo-demi-webfont.woff") format("woff"), url("https://pay.trackting.com/buy/fonts/flexo-demi-webfont.ttf") format("truetype"), url("https://pay.trackting.com/buy/fonts/flexo-demi-webfont.svg#flexodemi") format("svg");
}

@font-face {
    font-family: "flexoregular";
    font-style: normal;
    font-weight: normal;
    src: url("https://pay.trackting.com/buy/fonts/flexo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://pay.trackting.com/buy/fonts/flexo-regular-webfont.woff") format("woff"), url("https://pay.trackting.com/buy/fonts/flexo-regular-webfont.ttf") format("truetype"), url("https://pay.trackting.com/buy/fonts/flexo-regular-webfont.svg#flexoregular") format("svg");
}

.em_body {
    background-color: #FFFFFF;
    color: #6D6D6D;
    font-family: flexoregular,Arial,Verdana,Sans serif;
    font-size: small;
}

.em_table {
    border-collapse: collapse;
}

.em_table td {
    padding: 2px;
}

.em_h1 {
    padding: 5px;
    font-weight: bold;
    font-size: medium;
}

.em_h2 {
    padding: 0px;
    font-weight: bold;
    font-size: medium;
    color: #F26522;
    margin: 7px 0 0 0;
}

.em_header {
    padding: 5px;
}

.em_main {
    margin-left: auto;
    margin-right: auto;
}

.em_title, .em_title3 {
    color: #DF372C;
    background-color: #F4F4F4;
    margin: 7px 0 0 0;
    padding: 10px 20px;
    font-weight: bold;
    font-size: medium;
}

.em_title2 {
    padding: 5px;
    font-weight: bold;
    font-size: medium;
    margin: 0px;
}

.em_content {
    padding: 5px 0 5px 20px;
}

.em_info {
    background-color: #F4F4F4;
}

.em_table_items {
    min-width: 610px;
}

.em_table_items td {
    padding: 2px 5px
}

.em_table_items th {
    padding: 5px 5px;
    font-weight: normal;
    border-bottom: dashed 1px #999999;
}

.em_prodname {
    font-weight: bold
}

.em_orange {
    color: #F26522;
}

.em_backgray {
    background-color: #F4F4F4;
    padding: 10px 5px !important;
}

.em_subtotal {
    font-weight: bold
}

/*profile*/
.row-trackting.order {
    margin:0;
}
.order .tr-logo {
    width:60px;
    margin-right:15px;
}
.order:hover {
    background-color: #F2F1EF;
}

/*TRACKTING*/
header {
    display: none;
}

.un-sticky {
    /*position: fixed;*/
}

.un-header-white {
    background: #fff;
}

.un-header {
    height: 70px;
    width: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 9999;
    text-align:center;
}

.un-header-menu-black .un-logo, .un-header-white .un-logo {
    border-right: solid 1px rgba(0,0,0,0.05);
}

.un-header .un-logo {
    /*padding-right: 40px;*/
}

.un-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.un-logo {
    /*float: left;
    display: inline-block;
    margin-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;*/
    height: 70px;
}

.un-logo a {
    /*display: block;*/
    display:inline-block;
    width:137px;
}

.un-logo img {
    max-height: 50px;
}
@media ( max-width: 400px ) {
    .un-logo img {
        max-width: 100px;
        margin-top: 5px;
    }
}

.un-main-menu {
    display: none; /*inline-block;*/
    height: 70px;
    line-height: 70px;
    margin-left: 25px;
    padding-top: 0 !important;
    background: #fff;
    margin-bottom:0;
}
.main-menu {
    text-align: center;
    list-style: none;
    width: auto;
    margin-top: -5px;
}
.main-menu li, .main-menu li a, .mobile-menu li, .mobile-menu li a {
    font-family: "Open Sans";
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
}

.main-menu li {
    display: inline-block;
    height: 70px;
    position: relative;
    margin: 0 15px;
    cursor: pointer;
    padding: 0;
}
.main-menu li, .main-menu li a, .mobile-menu li, .mobile-menu li a {
    font-family: "Open Sans";
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
}

.main-menu li a {
    display: inline-block;
    line-height: 70px;
    /*height: 69px;*/
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: rgb(121, 118, 118);
}
.main-menu li a:hover {
    color: #dc3332;
    text-decoration:none;
}
.un-header-icons {
    display: inline-block;
    /*float: right;*/
    position:absolute;
    right:10px;
    margin-top:-5px;
}
.un-header-icons .btn-profile {
    margin-right:0 !important;
}
.poly-flags {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 0px;
    line-height: 70px;
    margin-right: 10px;
}
.poly-flags li {
    display: inline-block;
    margin: 0 5px;
}
.un-header-white .un-header-icons [class*="un-btn"] {
    border-left: 1px solid rgba(0,0,0,0.05);
}

.un-header-icons [class*="un-btn"] {
    height: 70px;
    line-height: 70px;
    float: right;
}

.un-header-icons i {
    font-size: 16px;
}

.un-btn-menu {
    display: none !important;
    width: 70px;
    text-align: center;
}

[class*="un-btn"] {
    cursor: pointer;
}

#un-mobile-menu {
    height: 0;
    overflow: hidden;
}

.un-mobile-menu {
    padding-top: 0;
    display: none;
    margin-top: 70px;
    width: 100%;
    z-index: 999999;
}

.un-mobile-menu .mobile-menu li {
    display: list-item;
    position: relative;
    margin: 0;
    height: auto;
    line-height: auto;
    text-align: left;
    background: #222;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 999999;
}
.un-mobile-menu .mobile-menu li a {
    padding: 0 15px;
}

.un-mobile-menu .mobile-menu li a {
    padding: 0 40px;
}

.un-mobile-menu .mobile-menu li a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 92%;
    text-transform: uppercase;
    color: #fff;
}
.un-main-menu li i {
    font-size: 16px;
    vertical-align: middle;
}
.un-header-icons .fa-user {
    font-size: 18px;
    color: rgb(121, 118, 118);
}
.un-header-icons .fa-user:hover {
    color: #dc3332;
}

@media ( max-width: 1600px ) {

    .main-menu li a {
        font-size: 11px;
    }

    .main-menu li {
        margin: 0 10px;
    }
}

@media ( max-width: 1100px ) {

    #rev_slider_3_1 .uranus.tparrows::before {
        font-size: 30px !important;
    }

    .acquista-top {
        display: none !important;
    }

    .un-btn-menu {
        display:none !important;
        /*display: inline-block !important;*/
    }

    .un-sticky {
        /*position: absolute;*/
    }

    .un-header {
        /*height: auto;*/
    }

    .un-main-menu {
        display: none !important;
    }

    .un-mobile-menu {
        display: block;
        margin-top: 0;
    }

        .un-mobile-menu .mobile-menu li a {
            padding: 0 40px;
        }

        .un-mobile-menu .mobile-menu .menu-item-has-children:after {
            right: 14px;
        }
    /*
    .un-menu-full .un-page-wrap {
        margin-top: 0;
    }
*/
    .un-mega-menu > .sub-menu > li > a {
        border-width: 0 !important;
    }

    .un-logo {
        border-right: none !important;
    }
}

@media ( max-width: 1000px ) {

    .rev-title {
        font-size: 60px !important;
        line-height: 80px !important;
    }

    .rev-sub {
        font-size: 20px !important;
        line-height: 40px !important;
    }

    .rev_slider i {
        font-size: 24px !important;
    }

    .un-header-menu-black .un-logo, .un-header-white .un-logo {
        border-right: 0;
    }

    .un-logo {
        margin-left: 0;
    }

    .un-header .un-logo {
        padding-right: 15px;
        padding-left: 15px;
        text-align: left !important;
    }

    .un-header-icons {
        margin-right: 0;
    }

    .un-mobile-menu .mobile-menu li a {
        padding: 0 15px;
    }

    .un-footer-bottom .wrap-boxed {
        padding: 0;
    }

    .un-footer-logo {
        display: none;
    }

    .un-footer-copy {
        float: none;
        text-align: center;
        padding: 0 15px;
    }

    .un-footer-socials {
        float: none;
        margin-bottom: -1px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

        .un-footer-socials ul {
            text-align: center;
            border-left: none;
        }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .btn-profile {
        /*margin-right:20px !important;*/
    }
}

@media ( max-width: 992px ) {

    .rev-title {
        font-size: 40px !important;
        line-height: 60px !important;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 50%;
        padding: 0 15px;
        margin: 0 0 30px 0;
    }

        .woocommerce ul.products li.product.un-shop-3col, .woocommerce-page ul.products li.product.un-shop-3col {
            width: 50% !important;
            clear: none !important;
        }
}


@media ( max-width: 782px ) {

    /* fix wp admin bar */

    .admin-bar .un-header {
        top: 46px;
    }
}

@media (max-width: 768px) {

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }
}

@media ( max-width: 600px ) {

    .un-footer-socials ul li {
        border-right: 0;
    }
}


@media ( max-width: 480px ) {

    .hero-title {
        font-size: 10vw !important;
    }

    .un-newsletter input[type="email"] {
        padding-right: 100px;
    }

    .un-newsletter input[type="submit"] {
        width: 120px !important;
    }

    .vc_row-o-full-height {
        height: auto !important;
        min-height: 86vh !important;
    }

    .un-icon-nav {
        display: none !important;
    }

    .rev-title {
        font-size: 30px !important;
        line-height: 50px !important;
    }

    .un-heading-l {
        font-size: 10vw;
    }

    .un-heading-m {
        font-size: 7vw;
    }

    .un-heading-s {
        font-size: 5vw;
    }

    .font-xxl {
        font-size: 10vw;
    }

    .font-xl {
        font-size: 7vw;
    }

    .font-l {
        font-size: 5vw;
    }

    .un-title-l {
        font-size: 5vw;
    }

    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100%;
    }

    .woocommerce ul.products li.product.un-shop-3col, .woocommerce-page ul.products li.product.un-shop-3col {
        width: 100% !important;
    }

    .woocommerce input {
        width: 100% !important;
    }

    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        margin-bottom: 8px !important;
    }

    .un-btn-cart .un-wc-total,
    .un-btn-git {
        display: none !important;
    }

    .un-btn-cart {
        width: 70px;
        text-align: center;
        padding: 0;
    }

    .un-btn-up {
        display: none !important;
    }
}

.btn-profile {
	display:none !important;
}

.product-separator {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom:1rem;
}
.product-separator-0 {
    margin-top: 0;
}