embed, iframe, object, video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
    margin-bottom: 0
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    direction: ltr;
    unicode-bidi: embed
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:focus {
    outline: 0
}

a:active, a:hover {
    outline: 0;
    color: #df4b4b
}

h1, h2, h3, h4, h5, h6 { /*!*clear: both; *! rimosso per bug con modal close */
    /*font-weight: 300;*/
    /*margin: 0 0 20px 0;*/
    font-family: Roboto, sans-serif
}

h5 {
    font-size: 28px
}

h6 {
    font-size: 22px
}

address {
    font-style: italic;
    margin-bottom: 20px
}

abbr[title] {
    border-bottom: 1px dotted #e1e1e1;
    cursor: help
}

p + p {
    /*margin-top: 15px*/
    /* rimosso perché rompe le scatole */
}

ol {
    list-style: decimal inside none
}

li > ol, li > ul {
    margin: 0 0 0 20px
}

fieldset {
    margin: 0 0 20px;
    padding: 0;
    min-width: 0
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

::selection {
    background: #e1e1e1;
    color: #000;
    text-shadow: none
}

::-moz-selection {
    background: #e1e1e1;
    color: #000;
    text-shadow: none;
}

.btn, a.btn {
    /* rompe bottoni bootstrap */
    /*border: 0 none;*/
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.rounded {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box
}

.btn i {
    margin-right: 5px
}

/* btn-default */
.btn-default, .site-content a.btn-default {
    color: #fff;
    background-color: #ca0000;
    transition: all .3s ease-out;
    border-color: #ca0000;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .site-content a.btn-default.active, .site-content a.btn-default:active, .site-content a.btn-default:focus, .site-content a.btn-default:hover {
    color: #fff;
    background-color: #df4b4b;
    border-color: #df4b4b;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #fff;
    background-color: #df4b4b;
    border-color: #df4b4b;
}

/* btn-primary */
.btn-primary, .site-content a.btn-primary {
    color: #fff;
    background-color: grey;
    border-color: grey;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .site-content a.btn-primary.active, .site-content a.btn-primary:active, .site-content a.btn-primary:focus, .site-content a.btn-primary:hover {
    color: #666;
    background-color: lightgrey;
    border-color: lightgrey;
}


/* btn-link */
.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link.active, .btn-link:active, .btn-link:focus, .btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33
}

.btn-sm {
    padding: 5px 10px;
    font-size: 15px -2px;
    line-height: 1.5
}

.btn-xs {
    padding: 1px 5px;
    font-size: 15px -2px;
    line-height: 1.5
}

button, input, select, textarea {
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    border: 0 none;
    background-clip: padding-box;
    color: #6a6a6a;
    background: #fff
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%
}

input, textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    background: #ca0000;
    font-family: Roboto, sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

button:active, button:focus, button:hover, html input[type=button]:active, html input[type=button]:focus, html input[type=button]:hover, input[type=reset]:active, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover {
    color: #fff;
    background: #df4b4b
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input.input-text:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 2px #009cd5 false;
    -moz-box-shadow: 0 0 2px #009cd5 false;
    box-shadow: 0 0 2px #009cd5 false;
    outline: 0
}

::-webkit-input-placeholder {
    color: #6a6a6a
}

:-moz-placeholder {
    color: #6a6a6a
}

::-moz-placeholder {
    color: #6a6a6a;
    opacity: 1
}

:-ms-input-placeholder {
    color: #6a6a6a
}

img.img-rounded {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box
}

img.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box
}

.panel-group {
    margin-bottom: 20px
}

.panel-heading:hover a {
    color: #fff !important;
    background: #df4b4b
}

.panel-heading:hover a:after {
    color: #df4b4b;
    background: #fff
}

.panel-title {
    color: inherit;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 0
}

.panel-title i {
    margin-right: 10px
}

.panel-title a {
    display: block;
    position: relative;
    outline: 0;
    padding: 10px 55px 10px 30px;
    background: #fafafa;
    color: #151515;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.panel-title a:focus, .panel-title a:hover {
    color: #fff
}

.panel-title a:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    content: "\f077";
    background: #df4b4b;
    font-family: FontAwesome;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 10px;
    padding: 7px 0 0 1px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.panel-collapse {
    border: 1px solid #e1e1e1;
    border-top: 0 none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000
}

.site {
    background-color: transparent;
    position: relative;
    max-width: 100%;
    overflow-x: hidden
}

.main-content {
    width: 100%
}

.site-header {
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.logo-wrapper {
    padding-top: 10px;
    padding-bottom: 10px
}

.hgroup-sidebar {
    text-align: right
}

.hgroup-sidebar .widget {
    display: inline-block;
    margin: 0;
    border-right: 1px solid #e1e1e1;
    width: auto;
    position: relative;
    vertical-align: top
}

.hgroup-sidebar .widget:last-of-type {
    padding-right: 0;
    border-right: 0
}

.hgroup-sidebar.right-pos {
    text-align: left
}

.site-title {
    font-size: 20px;
    margin: 0
}

.site-description {
    font-size: 16px;
    margin: 0
}

.site-content {
    margin-top: 20px;
    margin-bottom: 0 !important
}

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6 {
    color: #c90000
}

.site-content h1:first-child {
    margin-top: 0;
}

.search-form label {
    margin: 0
}

.search-form .search-submit {
    display: inline-block;
    vertical-align: top
}

.search .search-form {
    margin: 0 0 30px 0
}

.search p + .search-form {
    margin: 15px 0 0 0
}

.container.ig_fullwidth, .layout-one-col .site-content {
    width: 100%
}

.layout-one-col .row.ig_fullwidth {
    margin: 0 auto
}

.entry-content .container, .row.ig_fullwidth {
    max-width: 100%;
    padding: 0
}

.site-content .content-wrapper {
    padding: 30px
}

.site-content a {
    color: #000
}

.site-content a:active, .site-content a:focus, .site-content a:hover {
    color: #c90000
}

.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
}

.nav-links a + a:before {
    content: '/';
    color: #b1b1b1;
    display: inline-block;
    padding: 0 10px 0 15px
}

.archive-title, .page-title {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    color: #151515;
    font-weight: 200;
    margin-bottom: 15px
}

.archive .site-content, .category .site-content {
    margin-top: 30px
}

.site-content.woocommerce {
    overflow-y: hidden
}

.search .entry-summary {
    margin-top: 20px
}

.error404 .page-content, .error404 .page-header {
    text-align: center
}

.error404 .search-form {
    margin-top: 20px
}

.required {
    color: #c0392b
}

.sidebar {
    margin-top: 20px
}

.sidebar [class*=" col-"], .sidebar [class^=col-] {
    margin-bottom: 0
}

.widget {
    color: #b1b1b1;
    margin: 0 0 30px 0
}

.widget .widget-title {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    color: #ca0000;
    font-weight: 300;
    margin: 0 0 10px 0
}

.widget .widget-title a {
    color: #151515
}

.widget .widget-title a:active, .widget .widget-title a:focus, .widget .widget-title a:hover {
    color: #df4b4b
}

.widget a {
    color: #646565
}

.widget a.active, .widget a:active, .widget a:focus, .widget a:hover {
    color: #d31c1c
}

.widget ul {
    list-style: none;
    margin-bottom: 0
}

.widget ul li {
    list-style: none;
    position: relative
}

.widget ul li:last-of-type {
    border-bottom: 0 none
}

.widget ul li:before {
    display: none;
    padding-right: 0
}

.widget .current-cat {
    color: #c90000
}

.widget .current-cat a {
    color: #c90000
}

.widget .precontent {
    margin-bottom: 20px
}

.widget .postcontent {
    margin-top: 20px
}

.lazyload {
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.lazyloaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-transition: transform .5s ease-out;
    -moz-transition: transform .5s ease-out;
    -ms-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out
}

.hgroup-sidebar .woocommerce ul.cart_list, .hgroup-sidebar .woocommerce ul.product_list_widget, .hgroup-sidebar .woocommerce-page ul.cart_list, .hgroup-sidebar .woocommerce-page ul.product_list_widget {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #e2e3e3;
    color: #898e91
}

.favourite-posts > h3 {
    font-size: 14px;
    font-weight: 400
}

.twiget-widget li {
    padding: 10px 0 !important;
    margin-bottom: 10px
}

.twiget-widget li:last-of-type {
    margin-bottom: 0
}

.twiget-widget img {
    float: left;
    margin-right: 10px
}

.site-footer .twiget-widget li:before {
    display: none !important
}

.widget_pt_categories {
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 20px
}

.widget_pt_categories .pt-categories li:last-of-type {
    border-bottom: 0 none
}

.widget_pt_categories .pt-categories li:before {
    display: none;
    padding-right: 0
}

.widget_pt_categories .pt-categories li:after {
    display: block;
    content: '';
    clear: both
}

.widget_pt_categories .pt-categories li .cat-img-wrap {
    max-width: 25px;
    display: inline-block;
    margin-right: 8px
}

.widget_pt_categories .pt-categories li .count, .widget_pt_categories .pt-categories li a {
    display: inline-block;
    vertical-align: middle
}

.widget_pt_categories .pt-categories li .show-children {
    float: right;
    outline: 0;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 19px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 3px 0 0 8px;
    border: 1px solid #df4b4b;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    background: #fff
}

.widget_pt_categories .pt-categories li .show-children span:before {
    color: #df4b4b;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    margin: 0;
    height: 19px;
    vertical-align: middle
}

.widget_pt_categories .pt-categories li .show-children:hover {
    background: #df4b4b
}

.widget_pt_categories .pt-categories li .show-children:hover span:before {
    color: #fff
}

.widget_pt_categories .pt-categories li .show-children.collapsed span:before {
    content: ""
}

.widget_pt_categories .children {
    margin: 0;
    width: 100%
}

.widget_pt_categories .children li {
    border: 0 none;
    padding-left: 0;
    width: 100%
}

.widget_pt_categories .children li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    vertical-align: middle;
    padding-right: 5px;
    content: ""
}

.widget_pt_categories .children li:first-of-type {
    padding-top: 12px
}

.widget_pt_categories .children li:last-of-type {
    padding-bottom: 12px
}

.footer-shortcode + .site-footer {
    margin-top: 0
}

.site-footer {
    background: #eee;
    color: #666;
    margin-top: 30px
}

.site-footer [class*=" col-"], .site-footer [class^=col-] {
    margin-bottom: 0
}


.site-footer a {
    color: #666
}

.site-footer a:active, .site-footer a:focus, .site-footer a:hover {
    color: #d31c1c
}

.site-footer .widget {
    margin: 40px 0;
    color: #6a6a6a
}

.site-footer .widget .textwidget {
    line-height: 1.8em
}

.site-footer .widget .widget-title {
    color: #c90000;
    font-weight: 700;
    font-size: 18px
}

.site-footer .widget ul {
    list-style: none;
    margin-bottom: 0
}

.site-footer .widget ul li {
    list-style: none;
    position: relative;
    border: 0 none
}

.site-footer .widget ul li:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    vertical-align: middle;
    color: #81cfdc;
    font-size: 8px;
    padding-right: 5px
}

.site-footer .footer-bottom {
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url(/assets/images/bg_red.jpg) repeat-x;
    background-blend-mode: darken;
    /*border-top: 1px solid #484e56*/
}

.site-footer .site-info {
    padding: 20px 0;
    text-align: center;
    color: #fff
}

.site-footer input.input-text, .site-footer input[type=email], .site-footer input[type=number], .site-footer input[type=password], .site-footer input[type=search], .site-footer input[type=text], .site-footer textarea {
    color: inherit;
    border-color: #4f555f;
    -webkit-box-shadow: inset 0 0 0 1px #4a515a;
    -moz-box-shadow: inset 0 0 0 1px #4a515a;
    box-shadow: inset 0 0 0 1px #4a515a;
    background: 0 0;
    border-radius: 0
}

.site-footer .widget_wysija .wysija-input {
    width: 100%
}

.site-footer .widget_wysija .wysija-submit {
    background-color: #81cfdc !important;
    border: 1px solid #81cfdc;
    -webkit-transition: background-color .3s ease-out 0s;
    -moz-transition: background-color .3s ease-out 0s;
    -ms-transition: background-color .3s ease-out 0s;
    -o-transition: background-color .3s ease-out 0s;
    transition: background-color .3s ease-out 0s
}

.site-footer .widget_wysija .wysija-submit:hover {
    background-color: transparent !important
}

.text-align-center {
    text-align: center
}

.owl-theme .owl-controls .owl-page span {
    background: #df4b4b
}

.page-template-front-page .site-content .entry-content {
    margin-top: 0
}

.page-template-front-page .sidebar {
    margin-top: 30px
}

#special-sidebar-front .row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1
}

#special-sidebar-front .widget {
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    margin-bottom: 30px
}

.title-wrapper {
    position: relative
}

.title-wrapper h3 {
    margin: 0 0 10px 0
}

.pt-posts-shortcode.with-slider h3, .pt-vendors-carousel .title-wrapper h3, .pt-woo-shortcode.with-slider h3 {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 30px;
    padding-left: 15px;
    margin-bottom: 0
}

.slider-navi {
    display: inline-block;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px
}

.slider-navi span {
    display: inline-block;
    width: 11px;
    height: 17px;
    background-repeat: no-repeat;
    cursor: pointer
}

.slider-navi .prev {
    background-position: left top;
    margin-right: 10px
}

.slider-navi .prev:active, .slider-navi .prev:focus, .slider-navi .prev:hover {
    background-position: left bottom
}

.slider-navi .next {
    background-position: right top;
    margin-left: 10px
}

.slider-navi .next:active, .slider-navi .next:focus, .slider-navi .next:hover {
    background-position: right bottom
}

.pt-woo-shortcode .pt-extra-gallery-thumbs {
    display: none !important
}

.pt-woo-shortcode .fade-hover .pt-extra-gallery-thumbs {
    display: inline-block !important
}

.pt-woo-shortcode .product-category h3 {
    display: none
}

.pt-woo-shortcode.with-slider .woocommerce {
    clear: both
}

.pt-woo-shortcode.with-slider .products {
    margin: 0;
    width: 100%;
    padding: 0
}

.pt-woo-shortcode.with-slider .products .product .short-description {
    display: none
}

.pt-woo-shortcode.with-slider .products .product .additional-buttons {
    display: none
}

.pt-woo-shortcode.with-slider .products .product .fade-hover .additional-buttons {
    display: inline-block
}

.site-main .owl-theme .owl-controls .owl-buttons div {
    background: #df4b4b
}

.site-main .owl-theme .owl-controls .owl-page span {
    background: #df4b4b
}

#pv_shop_description_container ~ .btn {
    margin: 20px 0 0 0
}

.wcvendors_sold_by_in_loop {
    float: right;
    max-width: 40%;
    position: absolute;
    bottom: 23px;
    right: 10px;
    display: block;
    text-align: right;
    color: #df4b4b
}

.entry-vendor-content + .pt-woo-shortcode {
    margin-top: 30px
}

.pt-vendors .entry-content {
    margin-top: 0
}

.pt-vendors a, .pt-vendors a:hover {
    text-decoration: none
}

.vendors-shop-description .center-pos h1 {
    margin: 0
}

.wcv-related.products li.first {
    clear: none
}

.to-top {
    display: inline-block;
    height: auto;
    line-height: 35px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    background: 0 0;
    visibility: hidden;
    opacity: 0;
    font-size: 30px;
    text-align: center;
    color: #525252;
    border: 2px solid #525252;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 500
}

.to-top:hover {
    background: #960000;
    color: #fff
}

.to-top.top-is-visible {
    visibility: visible;
    opacity: 1
}

.to-top.top-fade-out {
    opacity: .5
}

.no-touch .to-top:hover {
    background-color: #e86256;
    opacity: 1
}

@media only screen and (min-width: 768px) {
    .to-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width: 1024px) {
    .to-top {
        height: auto;
        line-height: 50px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }
}

.widget_pt_login_widget {
    text-align: left;
    font-size: 14px;
    font-family: Roboto, sans-serif
}

form.ajax-auth {
    display: none;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 350px;
    width: 100%;
    margin-left: -175px;
    padding: 40px 25px 25px 25px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: Roboto, sans-serif;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    color: #6e7073;
    font-size: 14px;
    font-weight: 300
}

/*#login {*/
/*    margin-top: -165px*/
/*}*/

/*#register {*/
/*    margin-top: -270px*/
/*}*/

/*@media (max-width: 500px) {*/
/*    #login, #register {*/
/*        margin-top: 0;*/
/*        position: absolute*/
/*    }*/
/*}*/

.widget_pt_login_widget a.login_button:last-of-type {
    margin-right: 0
}

a.login_button {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 15px
}

a.login_button {
    color: #646565
}

a.login_button:active, a.login_button:focus, a.login_button:hover {
    color: #df4b4b
}

a.login_button.inline {
    display: inline-block;
    margin-right: 20px
}

a.login_button.inline i {
    margin: 0 5px 0 0
}

a.login_button i {
    display: inline-block;
    margin-left: 5px;
    color: #898e91
}

#register input.submit_button {
    display: block;
    float: none;
    margin: 15px auto 0;
    width: 110px
}

#register input[type=checkbox].input-checkbox + .checkbox {
    padding-left: 21px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer
}

#register input[type=checkbox].input-checkbox:checked + .checkbox {
    background-position: 0 -16px
}

#register .checkbox {
    background-image: url(images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#register .for-checkbox {
    margin-top: 20px
}

@media (max-width: 767px) {
    .site-logo {
        text-align: center
    }

    .hgroup-sidebar {
        text-align: center
    }

    .hgroup-sidebar .widget {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: 0
    }

    .header-top .top-widgets, .info-container, .top-nav-container {
        text-align: center
    }

    .banner-with-effects {
        font-size: 60%
    }

    .post-list .post {
        margin-bottom: 30px
    }

    .entry-meta-bottom .social-links .pt-post-share {
        padding: 0 8px
    }

    .entry-meta-bottom .like-wrapper {
        float: left;
        margin: 15px 0 0
    }

    .entry-meta-bottom .post-views {
        float: left;
        margin: 15px 30px 0 0 !important
    }

    .breadcrumbs-wrapper .breadcrumbs {
        float: left;
        padding: 15px 0 0 0;
        text-align: left;
        display: block;
        width: 100%
    }
}

@media (max-width: 480px) {
    .banner-with-effects {
        font-size: 45%
    }

    .breadcrumbs-wrapper .page-title {
        float: none;
        text-align: center;
        width: 100%
    }

    .archive-title, .page-title {
        text-align: center
    }

    .breadcrumbs-wrapper .breadcrumbs {
        float: none;
        text-align: center;
        padding: 20px 0 0
    }

    .image-navigation, .post-navigation {
        float: none;
        text-align: center;
        width: 100%;
        padding: 0
    }

    .pt-searchform {
        text-align: center;
        min-width: auto
    }
}

@media (min-width: 768px) {
    .site-logo {
        text-align: center;
    }

    .hgroup-sidebar {
        text-align: center
    }

    .hgroup-sidebar .widget:first-of-type {
        padding-left: 0
    }

    .entry-meta-bottom .social-links + .post-views {
        margin-left: 0
    }

    .entry-meta-bottom .post-views {
        display: block;
        float: none;
        margin: 10px 0 0 0
    }

    .entry-meta-bottom .like-wrapper {
        display: block;
        float: none;
        margin: 10px 0 0 0
    }

    .post-list .post {
        margin-bottom: 30px
    }

    .post-list .post:nth-child(3) {
        clear: left
    }

    .post-list .post:last-of-type {
        margin-bottom: 0
    }

    #related_posts + .comments-area {
        margin-top: 30px
    }

    .banner-with-effects {
        font-size: 50%
    }
}

@media (min-width: 992px) {
    .site-logo {
        margin-bottom: 0
    }

    .hgroup-sidebar {
        text-align: center
    }

    .hgroup-sidebar .widget:first-of-type {
        padding-left: 0
    }

    .breadcrumbs-wrapper .breadcrumbs {
        display: inline-block;
        float: none;
        padding: 0;
        text-align: right;
        width: auto
    }

    .post-list .post:nth-child(3) {
        clear: none
    }

    .entry-meta-bottom .social-links + .post-views {
        margin-left: 30px
    }

    .entry-meta-bottom .post-views {
        display: inline-block;
        float: right;
        margin: 0
    }

    .entry-meta-bottom .like-wrapper {
        display: inline-block;
        float: right;
        margin: 0
    }

    .banner-with-effects {
        font-size: 80%
    }
}

@media (min-width: 1200px) {
    .hgroup-sidebar {
        text-align: right
    }

    .site-logo {
        margin-bottom: 0;
        text-align: left
    }

    .banner-with-effects {
        font-size: 100%
    }
}

.site-header .logo-wrapper .site-logo img {
    max-width: 200px
}

.darker-footer {
    color: #333;
    font-weight: 600
}

.skype-footer-icon {
    max-width: 20px !important
}

.whapp-footer-icon {
    max-width: 24px !important
}

.widget-title {
    color: #ca0000
}

.textwidget li {
    padding: 0;
    margin: 0
}

.sprea-product-top-slider {
    padding-top: 20px
}

.owl-controls.clickable {
    display: none
}

.under-product-wrapper-title {
    color: #000
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #c90000 !important
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    background-color: #c90000 !important
}

.title-wrapper .slider-navi span.scoprile-tutte {
    vertical-align: middle;
    width: auto;
    height: 28px
}

.the-copertina {
    width: 100%;
    height: 242px
}

.abb-tab-container h2 {
    padding-left: 10px;
    padding-right: 10px
}

table.shop_table.cart {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-right: 0 none;
    margin: 0;
    text-align: center;
    /* Product Block */
    /* Price Block */
    /* Status Block */
    /* Total Block */
    /* Remove Block */
    /* Buttons Block */
}

table.shop_table.cart th, table.shop_table.cart td {
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
}

table.shop_table.cart th {
    font-weight: lighter;
    color: #484747;
    font-size: 18px;
    padding: 9px 12px;
    background: #f8f8f8;
}

table.shop_table.cart td {
    border-top: 1px solid #e1e1e1;
    padding: 10px;
}

table.shop_table.cart td small {
    font-weight: normal;
}

table.shop_table.cart tfoot td,
table.shop_table.cart tfoot th {
    font-weight: normal;
    border-top: 1px solid #e1e1e1;
}

table.shop_table.cart td.product-name {
    text-align: left;
}

table.shop_table.cart td.product-name a {
    font-size: 15px;
    font-weight: normal;
}

table.shop_table.cart .product-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

table.shop_table.cart img {
    width: 80px;
}

table.shop_table.cart td.product-price {
    font-size: 20px;
    color: #b1b1b1;
}

table.shop_table.cart td.product-status {
    font-size: 15px;
}

table.shop_table.cart td.product-subtotal {
    font-size: 20px;
    color: #3D3B3B;
}

table.shop_table.cart a.remove {
    display: inline-block;
    font-size: 16px;
    color: #b1b1b1;
}

table.shop_table.cart a.remove:hover {
    color: red;
}

table.shop_table.cart td.actions {
    text-align: right;
    background: #f8f8f8;
}

table.shop_table.cart td.actions .button {
    margin: 0;
    padding: 0 15px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
}

table.shop_table.cart td.actions .coupon {
    height: 36px;
    float: left;
    display: inline-block;
}

table.shop_table.cart td.actions .coupon label {
    display: inline-block;
    font-size: 22px;
    font-weight: lighter;
    margin: 0 20px 0 0;
}

table.shop_table.cart td.actions .coupon .input-text {
    height: 36px;
    max-width: 200px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}


.title-wrapper .slider-navi {
    display: inline-block;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.title-wrapper .slider-navi span {
    display: inline-block;
    opacity: 1;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.title-wrapper .slider-navi span:hover {
    opacity: 0.5;
}

@media (max-width: 767px) {

    .shop_table.cart .product-price,
    .shop_table.cart .product-status {
        display: none;
    }

    .woocommerce table.shop_table.cart td {
        padding: 10px;
    }

    .woocommerce table.shop_table.cart td.actions .coupon {
        margin: 0 10px 10px 0;
    }

    .woocommerce table.shop_table.cart td.actions .coupon label {
        display: none;
    }

    .woocommerce table.shop_table.cart td.actions {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .woocommerce table.shop_table.cart td {
        padding: 35px;
    }
}