.reverse.vc_row { display:flex;}

@media only screen and (max-width: 767px) {
  .reverse.vc_row { flex-direction:column-reverse}
}

.woocommerce-checkout b.button{
	border:none
}

.woocommerce-checkout .selectric{
	border: 2px solid #cccccc;
}

.wizard #order_comments{
	max-width:730px!important;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout #order_comments,
.woocommerce-checkout .select2-container,
.customer-login-box  input[type="text"],
.customer-login-box  input[type="email"],
.customer-login-box  input[type="tel"],
.customer-login-box  input[type="password"],
.woocommerce-form .woocommerce-Input--text{
	border-width: 2px;
    border-color: #cccccc;
    height:45px!important;
}

.yith-checkout-single{
	display: none;
}

.woocommerce-checkout-payment #place_order{
	width:auto!important;
}

.wizard .details-wrapper{
	margin-bottom: 20px;
	margin-right:0;
	margin-left:0;
}

.wizard .affix .order-details{
    margin-top: 60px
}

.wizard .order-details{
    margin: 0px auto 30px auto;
}

.wizard .product-details{
    background-color: #ffffff;
}

.wizard .product-details{
    padding:15px;
}

.wizard #order_review{
	border:none!important;
	padding:0!important;
}

.wizard .riepilogo{
	padding:15px
}

.wizard .list-inline>li:last-child{
	padding-right:0;
}

.wizard input[type=button]{
	width:100%;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
}

.wizard .docu-user-information{
    margin:15px 0;
}

.wizard .docu-user-information .woocommerce-info{
    /*margin: 0 15px;*/
}

.wizard .response{
    min-height: auto;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid red;
    
}
.wizard li.active span.round-tab i{
    color: red;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: red;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    margin-top: 50px;
}

.wizard h3 {
    margin-top: 10px;
}

.wizard .product-details h3,
.tm-epo-field-label{
    margin-bottom:0;
    padding-top: 20px;
    position:relative;
}

.wizard .product-details h3{
    float: left;
    width: 100%;
}

.woocommerce p.form-row label, #ship-to-different-address label {
    font-weight: bold!important;
}

div.owl-stage-outer.owl-height{
    margin:0!important;
}

.wizard .col-lg-8.col-md-8.sol-sm-6{
    padding: 0px!important;
}

@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.single-product.woocommerce div.product div.summary {
    display: inline-block;
    width:100%!important
}

#header{
    padding: 25px 0!important;
   /*margin-bottom:50px!important;*/
}

#header.skin1 #header-sidebar .nav, 
#header.skin2 #header-sidebar .nav{
    margin-top:5px;
}

#header.skin1 .nav, 
#header.skin2 
#header-sidebar .nav{
    margin-top:5px;
}

#header.skin1 #header-container.fixed #logo{
    margin-top:2px;
}

#header{
    padding-bottom:25px;
    margin-bottom:0px;
    border-bottom:1px solid #f9f9f9;
}

#affix{
    padding:5px;
    border-left: 1px solid #eeeeee;
    background-color:#ffffff;
}

#footer, #copyright{
    border-top:1px solid #eeeeee;
}

#topbar .header-wrapper{
    border:none;
}

#topbar{
    background-color:red;
}

.tm-totals-form-main{
    padding:10px;
}

h3.tm-epo-field-label{
    margin:20px 0!important;
}

.wizard .product-details h3, .tm-epo-field-label{
    padding-top:0;
}

a.woocommerce-main-image.zoom{
    display:block;
}

a.woocommerce-main-image.zoom img{
    width:100%;
    border:5px solid #eeeeee;
    box-sizing: border-box;
    margin:10px auto;
}

.no-padding{
    padding:0;
}

.no-gutter{
    padding: 0 15px 15px 15px;
    margin-top:0
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.docu-product-title{
    /*color: #aaaaaa;
    margin-top: 20px*/
    color: #aaaaaa;
    margin-top: 38px;
    font-size: 20px
}

.docu-product-title span{
    color: red;
    line-height: 10px;
    font-size: 28px;
    vertical-align: top;
}

ul.docu-product-actions{
    margin-left:0;
}

.docu-link{
    display: block;
    font-size:14px;
    font-weight: bold
}

.docu-link i{
     margin-right:15px;
}

.docu-rule{
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

button.single_add_to_cart_button.btn.btn-flat{
    margin: 20px 0;
    display: block;
    clear: both;
    float: right;
}

#inquiry-form{
    float: left;
    width: 100%;
    clear: both;
}

div.product_meta{
    float:left;
}

.docu-product-image{
    margin-top:60px
}

.docu-product-image-mini{
    margin-top:15px;
}

.docu-product-item.list-group-item{
    border-color:#eeeeee;
}

.docu-product-item.list-group-item i{
    color: rgb(150, 40, 27);
}

.docu-table-overview{
    margin-top:30px;
}

.docu-table-overview h3{
    margin-bottom:30px!important;
}

.docu-table-key{
    font-weight:bold;
}

.docu-table-big-key{
    font-weight:bold;
    font-size:18px;
}

.docu-table-value{
    text-align:right;
    color: rgb(150, 40, 27);
}

.docu-table-mini-key{
    padding-left: 25px!important;
    font-size:12px;
}

.docu-table-mini-value{
    font-size:12px;
    text-align: right;
    color: rgb(150, 40, 27);
}

.docu-table-big-value{
    font-size:18px;
    font-weight: bold;
    text-align: right;
    color: rgb(150, 40, 27);
    width:41%;
}

.docu-table-big-value .woocommerce-Price-amount{
    border: 2px solid;
    padding: 3px 5px;
}

div.docu_checkout_product_overview{
    min-height:100%;
}

.hidden-field{
    display:none!important;
    visibility: none!important;
}

.docu-wrap-upsell{
    padding:10px;
}

.docu-wrap-upsell:hover{
    cursor:pointer;
}

.docu-wrap-upsell .tm-epo-style-wrapper{
    margin-top:100%;
}

#docu-upsells{
    display:none;
}

.button.download{
    margin-left: 3px;
    padding: 7px 10px 6px 10px;
}

.docu-product-image img,
#wrapper .images img{
    width:100%;
    height:auto;
}

#docu-coupon form{
    padding:10px;
    margin:10px 0;
    border:2px dashed #dddddd;
}

.docu-order-actions{
    border: 1px solid #eeeeee;
}

a.btn.order-actions-btn {
    width: 100%;
    margin:5px 0;
}

.legenda ul{
    list-style: none
}

.legenda ul li:before{
    content: ">";
    color:red;
    position:absolute;
    left:45px;
}

.legenda ul li{
    margin:15px 0;
}

.owl-next.button{
    margin-left:5px;
}

.docu-overlay{
    position:absolute; 
    background-color: rgba(255, 255, 255, 0.8); 
    width:100%; 
    height: 100%; 
    display:none
}

.thumb-wrapper:hover .docu-overlay{
    display:block;
}

.docu-overlay span{
    margin:40% 0 0 0
}

.images .onsale-icon{
    display: block;
    position: absolute;
    top: 0;
}

.affix {
  top: 0;
}

.affix-top {
  
}

.affix-bottom {
  position: absolute;
}

.woocommerce-checkout-review-order-table table{
    table-layout: fixed;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table tr{
    padding:4px 5px!important;
}

.woocommerce-checkout .woocommerce-Tabs-panel{
    max-height:300px;
    overflow-x:scroll;
}

.single-product .woocommerce-Tabs-panel{
    max-height:400px;
    overflow-x:scroll;
}

.legend{
    padding: 20px 10px;
    border: 3px dashed #eeeeee;
    margin:0;
    margin-bottom:20px;
    background-color:#f9f9f9;
}

div.sidebar.sidebar-right.col-sm-3.clearfix{
    min-height: 800px !important;
}

#number-of-products a{
    color:#555;
}

.docu-wrap-upsell .price{
    float: right;
    font-weight: bolder;
    font-size: 22px;
    color: rgb(150, 40, 27);
    padding: 1px 5px 1px 10px;
    border: 2px solid;
}

h3.form-row{
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
}

.docu_search #search_mini{
    border-width: 2px !important;
    border-color: #cccccc !important;
    border-style: solid !important;
    /*border-style: dashed !important;*/
    background-color: white;
    margin: 0;
    height: 45px;
}

/*.docu_search #search_mini:focus{
    border-style: solid !important;
}*/

.docu_search .btn{
    height: 43px;
    margin-top: 1px;
}

.docu-help-tip{
    position: absolute;
    right: -30px;
    top:35px;
    color: rgb(150, 40, 27);
}

p.form-row{
    position:relative;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px; 
}

.docu-errors-msg{
    color:red;
    margin-bottom:10px;
    float: left;
    clear: both;
}

.docu-errors{
    border-color:red!important;
}

.form-row{
    margin: 10px 0 50px 0!important;
}

.thumb-wrapper img{
    border:1px solid #eeeeee;
}

.docu-hiddens img{
    width:100%!important;
    height:100%!important;
}

.docu-small-note{
    /*color:#aaaaaa;*/
    font-size: 80%!important;
    display:block!important;
    float:left!important;
    clear:both!important;
    margin-top: 5px;
    line-height: 19px;
}

.home .woocommerce-LoopProduct-link img{
    width:200px!important;
    height:200px!important;
}

.home .wpb_single_image img
/*, .home .woocommerce-LoopProduct-link img*/{
    transition: -webkit-filter 0.5s ease,
                filter 0.5s ease,
                opacity 0.5s ease;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity:0.5;
}

/*.home .woocommerce-LoopProduct-link img:hover{
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}*/

.home .wpb_single_image img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity:1.0;
}

.onsale.yit-image{
    border:none!important;
    width: 50px;
}

.single-product.woocommerce div.product div.images span.onsale-icon, 
.woocommerce ul.products li.product .product-wrapper .thumb-wrapper .onsale-icon, 
.woocommerce ul.products li.product .product-wrapper .thumb-wrapper .added_to_cart_ico, 
.woocommerce ul.products li.product .product-wrapper .thumb-wrapper .added_to_wishlist_ico{
    top: 1px;
    left: 48px;
}

/*.post-type-archive-product .woocommerce-LoopProduct-link img:not(.onsale.yit-image),
.tax-product_cat .woocommerce-LoopProduct-link img:not(.onsale.yit-image){
    width:200px;
    height:200px;
}

.content img:not(.slick-slide img, .docu-wrap-upsell img, .docu-loop-item img, .wpb_wrapper img){
    max-width: 200px;
    height: auto;
}*/

.docu-cat-item div[class*=".col-"]{
    padding-right: 5px!important;
    padding-left:5px!important;
}

#richiedi-documento-wrapper img{
    max-width:100%!important;
    height:auto;
}

.docu-wrap-upsell img{
    max-width: 100%;
    height: auto;
}

h2.product-name{
    font-size: 20px;
    margin-top: 0;
}

.docu-loop-price{
    font-size:18px;
}
.docu-loop-price .amount{
    font-size:24px
}

#inquiry-form {
    float: left;
    width: 100%;
    clear: both;
    padding: 20px;
    border: 2px solid #eeeeee;
}

#inquiry-form input[type="text"],
#inquiry-form textarea{
    border-bottom: 2px dashed #eeeeee ;
}

.woocommerce #inquiry-form .product-inquiry span.fa {
    border: 1px solid;
    font-size: 13px;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    width: 24px;
    height: 24px;
    color: red;
}

#docu-orari{
    border: 1px solid #dddddd!important;  
    background-color: #eeeeee !important;
}

#docu-orari-text{
    font-weight: bold!important;
    font-size:11px!important
}

#cf-usa-il-codice, #calcola-cf{
    padding:15px 18px;
    width:100%;
}

.checkout textarea{
    border: 2px solid rgb(204, 204, 204)!important;
}

div.woocommerce-MyAccount-content{
    padding:30px;
}

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea,
.woocommerce-form-login input,
.register input,
.quform-field{
    border:2px solid #cccccc!important;
}

.woocommerce-MyAccount-content .button{
    float:left;
}

.woocommerce-terms-and-conditions-wrapper .form-row{
    margin:10px!important;
    height:auto!important;
    padding:5px 0!important;
}

.docu-pratiche-autoplay{
    padding: 20px;
    border: 3px dashed #eeeeee;
    margin: 0;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.docu-top-right{
    position: absolute;
    top: -5px;
    right: 0;
}

.order_review .alert{
    height: 50px;
    overflow: hidden;
    cursor: pointer
}

.alert{
    margin: 20px auto;
    max-width: 640px;
    position:relative;
}

.woocommerce-billing-fields .alert i{
    position:absolute;
    left: 10px;
}

.order_review .alert h4{
    margin-bottom:20px;
}

.list-inline>li{
    float:left!important;
}

.del{
    text-decoration: line-through;
    font-size: 160%;
    font-weight:normal!important;
    color: #aaaaaa!important;
    border: none!important;
    margin-top: 3px;
}

.alert-dismissible .close{
    position:   absolute;
    top:        5px;
    right:      10px;
}

#stcppdmnch{
    min-width:640px;
}

.wizard .product-details h3 .docu-help-tip{
    right: 75%;
    top: -10px;
}

/*.nav > ul > li > div.submenu > ul > li{
    margin: 10px 0!important;
}

.nav > ul > li > div.submenu > ul > li:hover{
    background-color: #f9f9f9
}

.nav > ul > li > div.submenu > ul > li a{
    line-height:1.6em!important;
}

.nav > ul > li div.submenu{
    width:300px!important;
}*/

ul.sub-menu{
    border: 1px solid rgb(238, 238, 238)!important;
}

/*.nav ul > li a, .nav ul > li a span, .st-menu ul > li a, 
.st-menu ul > li a span, #customer_login label, .login-box .wp-social-login-widget #wp-social-login-connect-with, 
.wp-social-login-widget .wp-social-login-connect-with, .ywsl-label{
    font-size:15px!important;
}*/

/*.nav > ul > li > div.submenu ul.sub-menu li a, 
#header-row .yit-custom-megamenu ul.yit-cm > li > div.submenu > ul.sub-menu > li a, 
.nav #lang_sel > ul > li > ul li a span, 
.nav #lang_sel > ul > li > ul li a, 
.widget_search_mini .search_mini_content .sbHolder a{
    font-size:15px!important;
}*/

/*.ubermenu-item > .ubermenu-target{
    padding: 5px 10px!important;
}*/

/*.legenda ul li:not(:last-child){
    border-bottom:1px solid #eee;
}*/

.is-table-row {
    display: table;
}
.is-table-row > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    height: 250px;
}

.docu-loop-button{
    /*position: absolute;
    bottom: -45px;*/
    display:block;
    margin-top: 30px;
}

.center{
    text-align:center;
    margin-top:15px;
}

.docu-absolute-title{
    position:absolute;
    left:15px;
    background-color: black
}

.docu-loop-item-center{
    text-align:center;
    padding:20px 0;
}

.docu-loop-row-6{
    margin-bottom:50px;
}

.docu-loop-row-4:nth-child(even) > .docu-loop-item-center:nth-child(odd){
    background-color:#dddddd;
}

.docu-loop-row-4:nth-child(odd) > .docu-loop-item-center:nth-child(even){
    background-color:#dddddd;
}

.docu-loop-item h3{
    margin-bottom:3px;
    font-size: 17px;
}

.docu-absolute-title h3{
    color:white;
}

.docu-price-wrapper{
    font-size:20px;
    font-weight:bold;
    color:rgb(217, 30, 24)/*#555555/*rgb(242, 38, 19)*/;
    font-family: Oswald, sans-serif;
}